Skip to content

Commit

Permalink
Revert "skip flaky suite (#183064)"
Browse files Browse the repository at this point in the history
This reverts commit eea06fc.
  • Loading branch information
nickpeihl committed May 10, 2024
1 parent 517e4a4 commit 8ef85ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

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

0 comments on commit 8ef85ff

Please sign in to comment.