mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#92567)
This commit is contained in:
parent
4abd7b8afc
commit
e910bcdd6a
1 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('and the save button is clicked', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/92567
|
||||
describe.skip('and the save button is clicked', () => {
|
||||
let policyInfo: PolicyTestResourceInfo;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue