mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#183847)
This commit is contained in:
parent
21a30f3eec
commit
0f1139f302
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('inspector', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/183847
|
||||
describe.skip('inspector', () => {
|
||||
beforeEach(async () => {
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
await PageObjects.timePicker.setDefaultAbsoluteRange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue