Skip to content

Commit

Permalink
Revert "skip failing es promotion suite (elastic#104413)"
Browse files Browse the repository at this point in the history
This reverts commit 9773e3f.
  • Loading branch information
Tyler Smalley committed Jul 12, 2021
1 parent 58bde99 commit 69f2d47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/context/_discover_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export default function ({ getService, getPageObjects }) {
const browser = getService('browser');
const kibanaServer = getService('kibanaServer');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104413
describe.skip('context link in discover', () => {
describe('context link in discover', () => {
before(async () => {
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
await kibanaServer.uiSettings.update({
Expand Down

0 comments on commit 69f2d47

Please sign in to comment.