mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#94532)
This commit is contained in:
parent
5e8f26e2d8
commit
9b5469d9e8
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('discover histogram', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/94532
|
||||
describe.skip('discover histogram', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
await esArchiver.load('long_window_logstash');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue