Skip to content

Commit

Permalink
test(log-explorer): remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Oct 3, 2023
1 parent ac1391e commit b5d7a9b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

// FLAKY: https://github.com/elastic/kibana/issues/167189
describe.skip('Header menu', () => {
describe('Header menu', () => {
before(async () => {
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
await esArchiver.load(
Expand Down

0 comments on commit b5d7a9b

Please sign in to comment.