Skip to content

Commit

Permalink
Revert "skip flaky suite (#183064)" (#183152)
Browse files Browse the repository at this point in the history
This reverts commit eea06fc.

Fixes #183064

## Summary

Tests were failing due to a transient service interruption in Elastic
Maps Service. The service was restored after a couple of minutes, so we
should be able to re-enable these tests.
  • Loading branch information
nickpeihl committed May 13, 2024
1 parent d815db2 commit af91e55
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 af91e55

Please sign in to comment.