Skip to content

Commit

Permalink
skip flaky suite (#90555)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 8, 2021
1 parent c6fc80c commit 2279c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/uptime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const es = getService('es');

describe('uptime', () => {
// FLAKY: https://github.com/elastic/kibana/issues/90555
describe.skip('uptime', () => {
before(async () => {
await esArchiver.load('uptime/blank');
await makeChecks(es, A11Y_TEST_MONITOR_ID, 150, 1, 1000, {
Expand Down

0 comments on commit 2279c06

Please sign in to comment.