mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171476)
This commit is contained in:
parent
e15b5e69af
commit
f045d9d130
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
});
|
||||
}
|
||||
|
||||
describe('Should check artifacts are correctly generated when multiple entries', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171476
|
||||
describe.skip('Should check artifacts are correctly generated when multiple entries', function () {
|
||||
let firstPolicy: PolicyTestResourceInfo;
|
||||
let secondPolicy: PolicyTestResourceInfo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue