Skip to content

Commit

Permalink
skip flaky suite (#82445)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Nov 3, 2020
1 parent 4a71eb4 commit cb5f5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_doc_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};

describe('discover doc table', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/82445
describe.skip('discover doc table', function describeIndexTests() {
const defaultRowsLimit = 50;
const rowsHardLimit = 500;

Expand Down

0 comments on commit cb5f5a8

Please sign in to comment.