Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jun 10, 2020
1 parent 3eced03 commit 81b4a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/context/_context_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export default function ({ getService, getPageObjects }) {
const docTable = getService('docTable');
const PageObjects = getPageObjects(['common', 'context', 'discover', 'timePicker']);

// FLAKY: https://github.com/elastic/kibana/issues/62866
describe.skip('context link in discover', function contextSize() {
describe('context link in discover', function contextSize() {
before(async function () {
await PageObjects.common.navigateToApp('discover');
await PageObjects.timePicker.setDefaultAbsoluteRange();
Expand Down

0 comments on commit 81b4a14

Please sign in to comment.