mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#117780)
This commit is contained in:
parent
38aa34f496
commit
6e62f5a6e1
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
await security.testUser.restoreDefaults();
|
||||
});
|
||||
|
||||
describe('apply filter to current view', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/117780
|
||||
describe.skip('apply filter to current view', () => {
|
||||
before(async () => {
|
||||
await loadDashboardAndOpenTooltip();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue