mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#188396)
This commit is contained in:
parent
7a09b82ce2
commit
11128425be
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
};
|
||||
|
||||
describe('discover - context - back navigation', function contextSize() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/188396
|
||||
describe.skip('discover - context - back navigation', function contextSize() {
|
||||
before(async () => {
|
||||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
|
||||
await kibanaServer.uiSettings.update({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue