Skip to content

Commit

Permalink
[Discover] Unskip doc table tests (elastic#84564)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Dec 3, 2020
1 parent fdb71b6 commit 84394e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_doc_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};

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

Expand Down

0 comments on commit 84394e3

Please sign in to comment.