Skip to content

Commit

Permalink
skip flaky suite (#89072)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 28, 2021
1 parent 38bcde1 commit 58a5a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const testSubjects = getService('testSubjects');

describe('overview page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/89072
describe.skip('overview page', function () {
const DEFAULT_DATE_START = 'Sep 10, 2019 @ 12:40:08.078';
const DEFAULT_DATE_END = 'Sep 11, 2019 @ 19:40:08.078';

Expand Down

0 comments on commit 58a5a7c

Please sign in to comment.