mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
d815db21a1
commit
af91e552e4
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue