mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#104364)
This commit is contained in:
parent
2e492c2083
commit
16f69d24b6
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue