Skip to content

Commit af91e55

Browse files
authored
Revert "skip flaky suite (#183064)" (#183152)
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.
1 parent d815db2 commit af91e55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
2929
'timePicker',
3030
]);
3131

32-
// FLAKY: https://github.com/elastic/kibana/issues/183064
33-
describe.skip('sample data dashboard', function describeIndexTests() {
32+
describe('sample data dashboard', function describeIndexTests() {
3433
before(async () => {
3534
await esArchiver.emptyKibanaIndex();
3635
await PageObjects.common.sleep(5000);

0 commit comments

Comments
 (0)