mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#167189)
This commit is contained in:
parent
a9d9c898a8
commit
1e0b8e4522
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'timePicker',
|
||||
]);
|
||||
|
||||
describe('Header menu', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/167189
|
||||
describe.skip('Header menu', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
|
||||
await esArchiver.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue