mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#131535)
This commit is contained in:
parent
7361470460
commit
03acd77918
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await testSubjects.click('rulesTab');
|
||||
}
|
||||
|
||||
describe('rules list', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/131535
|
||||
describe.skip('rules list', function () {
|
||||
const assertRulesLength = async (length: number) => {
|
||||
return await retry.try(async () => {
|
||||
const rules = await pageObjects.triggersActionsUI.getAlertsList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue