mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#147635)
This commit is contained in:
parent
e55f9ee7ac
commit
f7de319e73
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('export', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/147635
|
||||
describe.skip('export', () => {
|
||||
before(() =>
|
||||
esArchiver.load(
|
||||
'test/functional/fixtures/es_archiver/saved_objects_management/hidden_saved_objects'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue