Skip to content

Commit

Permalink
skip flaky suite (#88177)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 24, 2021
1 parent 296b7af commit e1fa0bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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');
Expand Down

0 comments on commit e1fa0bf

Please sign in to comment.