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