mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#118432)
This commit is contained in:
parent
b285077751
commit
83e404c6f3
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await esArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
});
|
||||
|
||||
describe(`when it's false`, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118432
|
||||
describe.skip(`when it's false`, () => {
|
||||
beforeEach(async () => await initSearchOnPageLoad(false));
|
||||
|
||||
it('should not fetch data from ES initially', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue