Skip to content

Commit

Permalink
fix skip of flaky test (#72994)
Browse files Browse the repository at this point in the history
(cherry picked from commit 52f3cc3)
  • Loading branch information
spalger committed Jul 23, 2020
1 parent d4829e6 commit ef49cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const es = getService('es');

describe('uptime', () => {
// FLAKY: https://github.com/elastic/kibana/issues/72994
describe.skip('uptime', () => {
before(async () => {
await esArchiver.load('uptime/blank');
await makeChecks(es, A11Y_TEST_MONITOR_ID, 150, 1, 1000, {
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/functional/apps/uptime/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const es = getService('es');

// Flaky https://github.com/elastic/kibana/issues/60866
describe('uptime settings page', () => {
beforeEach('navigate to clean app root', async () => {
// make 10 checks
Expand Down

0 comments on commit ef49cc0

Please sign in to comment.