Skip to content

Commit

Permalink
skip flaky suite (#62497)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 26, 2020
1 parent 605352a commit a2451c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/accessibility/apps/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
['geo.src', 'IN'],
];

describe('Discover', () => {
// FLAKY: https://github.com/elastic/kibana/issues/62497
describe.skip('Discover', () => {
before(async () => {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit a2451c9

Please sign in to comment.