Skip to content

Commit

Permalink
skip flaky suite (#59975)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Sep 14, 2020
1 parent eb1135b commit 33f051c
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', () => {
// Failing: See https://github.com/elastic/kibana/issues/59975
describe.skip('Discover', () => {
before(async () => {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 33f051c

Please sign in to comment.