mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#135341)
This commit is contained in:
parent
37831e4e19
commit
bf12ac2e6c
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
// creating space b and making it the current space so space selector page gets displayed when space b gets deleted
|
||||
it('a11y test for delete space button', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/135341
|
||||
it.skip('a11y test for delete space button', async () => {
|
||||
await PageObjects.spaceSelector.clickCreateSpace();
|
||||
await PageObjects.spaceSelector.clickEnterSpaceName();
|
||||
await PageObjects.spaceSelector.addSpaceName('space_b');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue