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 May 13, 2020
1 parent 59b0f21 commit 76e47a1
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 76e47a1

Please sign in to comment.