Skip to content

Commit

Permalink
🔇 Skip flaky test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Nov 27, 2024
1 parent e0607f7 commit 324c277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.settings.createIndexPattern('alias2*', 'date');
});

describe('discover verify hits', () => {
describe.skip('discover verify hits', () => {
before(async () => {
const from = 'Nov 12, 2016 @ 05:00:00.000';
const to = 'Nov 19, 2016 @ 05:00:00.000';
Expand Down

0 comments on commit 324c277

Please sign in to comment.