mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#141093)
This commit is contained in:
parent
43661e6b9d
commit
fff7e0538c
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 () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/141093
|
||||
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