Skip to content

Commit

Permalink
skip flaky suite (#65948)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6695b18)
  • Loading branch information
spalger committed Jun 2, 2020
1 parent af22d1e commit b1466c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/65948
describe.skip('uptime alerts', () => {
const pageObjects = getPageObjects(['common', 'uptime']);
const supertest = getService('supertest');
const retry = getService('retry');
Expand Down

0 comments on commit b1466c6

Please sign in to comment.