mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#128332)
This commit is contained in:
parent
a17206af7b
commit
2a69f8a36b
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await a11y.testAppSnapshot();
|
||||
});
|
||||
|
||||
it('single cancel modal', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/128332
|
||||
it.skip('single cancel modal', async function () {
|
||||
await testSubjects.click('confirmModalCancelButton');
|
||||
await a11y.testAppSnapshot();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue