Skip to content

Commit

Permalink
skip flaky suite (elastic#183064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 9, 2024
1 parent f487d3e commit eea06fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

describe('sample data dashboard', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/183064
describe.skip('sample data dashboard', function describeIndexTests() {
before(async () => {
await esArchiver.emptyKibanaIndex();
await PageObjects.common.sleep(5000);
Expand Down

0 comments on commit eea06fc

Please sign in to comment.