Skip to content

Commit

Permalink
skip flaky suite (#195955)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2024
1 parent 77ce624 commit 4726e70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const toasts = getService('toasts');

describe('discover async search', () => {
// FLAKY: https://github.com/elastic/kibana/issues/195955
describe.skip('discover async search', () => {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
await kibanaServer.importExport.load(
Expand Down

0 comments on commit 4726e70

Please sign in to comment.