mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#131535)
This commit is contained in:
parent
2288342143
commit
1c99a04c04
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,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 () {
|
||||
before(async () => {
|
||||
await pageObjects.common.navigateToApp('triggersActions');
|
||||
await testSubjects.click('rulesTab');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue