mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#89397)
This commit is contained in:
parent
dee5e0a924
commit
e6f391cc9b
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await testSubjects.click('test.always-firing-SelectOption');
|
||||
}
|
||||
|
||||
describe('create alert', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/89397
|
||||
describe.skip('create alert', function () {
|
||||
before(async () => {
|
||||
await pageObjects.common.navigateToApp('triggersActions');
|
||||
await testSubjects.click('rulesTab');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue