mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#150249)
This commit is contained in:
parent
e84742dfc6
commit
905dcfae51
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue