mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#88177)
This commit is contained in:
parent
6a55d46b2e
commit
3953f9647e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ import expect from '@kbn/expect';
|
|||
import { FtrProviderContext } from '../../ftr_provider_context';
|
||||
|
||||
export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
||||
describe('uptime alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/88177
|
||||
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