Skip to content

Commit

Permalink
skip failing test suite (#150249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 28, 2023
1 parent e84742d commit 905dcfa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
};

describe('discover integration', () => {
// Failing: See https://github.com/elastic/kibana/issues/150249
describe.skip('discover integration', () => {
before(async () => {
await kibanaServer.importExport.load(
'x-pack/test/saved_object_tagging/common/fixtures/es_archiver/discover/data.json'
Expand Down

0 comments on commit 905dcfa

Please sign in to comment.