Skip to content

Commit

Permalink
skip flaky suite (elastic#118476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 12, 2021
1 parent c323971 commit f356797
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 @@ -19,7 +19,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const monitor = () => uptime.monitor;

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

Expand Down

0 comments on commit f356797

Please sign in to comment.