skip flaky suite (#131535)

This commit is contained in:
Tiago Costa 2022-11-23 15:51:36 +00:00
parent 7361470460
commit 03acd77918
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();