mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#132566)
This commit is contained in:
parent
da5ca6bb94
commit
61a159393c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('export', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/132566
|
||||
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