Skip to content

Commit

Permalink
skip failing es promotion suite (#104413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent 66dcdc3 commit 910ef66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/context/_discover_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }) {
const browser = getService('browser');
const kibanaServer = getService('kibanaServer');

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

0 comments on commit 910ef66

Please sign in to comment.