mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#101984)
This commit is contained in:
parent
dbe3ca9708
commit
c8256d57bd
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { delay } from 'bluebird';
|
|||
import { FtrProviderContext } from '../../ftr_provider_context';
|
||||
|
||||
export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
||||
describe('uptime alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/101984
|
||||
describe.skip('uptime alerts', () => {
|
||||
const pageObjects = getPageObjects(['common', 'uptime']);
|
||||
const supertest = getService('supertest');
|
||||
const retry = getService('retry');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue