Skip to content

Commit

Permalink
skip flaky suite (elastic#62497)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 24, 2020
1 parent f520bbd commit a4e740e
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 @@ -33,7 +33,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 a4e740e

Please sign in to comment.