Skip to content

Commit cebf792

Browse files
committed
Unskip doc table tests
1 parent bdf7b88 commit cebf792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/discover/_doc_table.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3131
defaultIndex: 'logstash-*',
3232
};
3333

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

0 commit comments

Comments
 (0)