Skip to content

Commit

Permalink
[7.x] unskip _async_dashboard test after fix in PR# 66322 (#66517) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Drengenberg authored May 14, 2020
1 parent 768ecbd commit e5863fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/dashboard/_async_dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

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

0 comments on commit e5863fb

Please sign in to comment.