mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#154182)
This commit is contained in:
parent
da3c06c447
commit
962e91556c
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('with a valid policy id', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154182
|
||||
describe.skip('with a valid policy id', () => {
|
||||
let policyInfo: PolicyTestResourceInfo;
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue