mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip failing test suite (#95591)
This commit is contained in:
parent
a0a34bde1e
commit
c40b3cad47
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await testSubjects.click('rulesTab');
|
||||
}
|
||||
|
||||
describe('alerts list', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/95591
|
||||
describe.skip('alerts list', function () {
|
||||
before(async () => {
|
||||
await pageObjects.common.navigateToApp('triggersActions');
|
||||
await testSubjects.click('rulesTab');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue