Skip to content

Commit

Permalink
skip flaky suite (#84992)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent 63bc7e1 commit 8539c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/ping_redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const monitor = () => uptime.monitor;

describe('Ping redirects', () => {
// FLAKY: https://github.com/elastic/kibana/issues/84992
describe.skip('Ping redirects', () => {
const start = '~ 15 minutes ago';
const end = 'now';

Expand Down

0 comments on commit 8539c67

Please sign in to comment.