Revert "skip flaky suite (#183064)" (#183152)

This reverts commit eea06fc3c1.

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.
This commit is contained in:
Nick Peihl 2024-05-13 11:24:56 -04:00 committed by GitHub
parent d815db21a1
commit af91e552e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);