Skip to content

Commit

Permalink
skip flaky suite (#66869)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ad8c91)
  • Loading branch information
spalger committed May 21, 2020
1 parent 3299690 commit a71e22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/certificates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const es = getService('es');

describe('certificates', function() {
// FLAKY: https://github.com/elastic/kibana/issues/66869
describe.skip('certificates', function() {
beforeEach(async () => {
await uptime.goToRoot(true);
await makeCheck({ es, tls: true });
Expand Down

0 comments on commit a71e22f

Please sign in to comment.