Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#104364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent 2e492c2 commit 16f69d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/context/_context_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['common', 'context', 'discover', 'timePicker']);
const kibanaServer = getService('kibanaServer');

describe('discover - context - back navigation', function contextSize() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104364
describe.skip('discover - context - back navigation', function contextSize() {
before(async function () {
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
await kibanaServer.uiSettings.update({ 'doc_table:legacy': true });
Expand Down

0 comments on commit 16f69d2

Please sign in to comment.