mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite. #112749
This commit is contained in:
parent
1e25d199cd
commit
94bbeecf67
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await testSubjects.click('test.always-firing-SelectOption');
|
||||
}
|
||||
|
||||
describe('create alert', function () {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/112749
|
||||
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