Skip to content

Commit 275c30a

Browse files
committed
skip flaky suite (#81632)
1 parent d1344b6 commit 275c30a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/apps/discover/_doc_table.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
8888
expect(await footer.getVisibleText()).to.have.string(rowsHardLimit);
8989
});
9090

91-
describe('expand a document row', function () {
91+
// FLAKY: https://github.com/elastic/kibana/issues/81632
92+
describe.skip('expand a document row', function () {
9293
const rowToInspect = 1;
9394
beforeEach(async function () {
9495
// close the toggle if open

0 commit comments

Comments
 (0)