Skip to content

Commit

Permalink
skip flaky suite (#81632)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 29, 2020
1 parent d1344b6 commit 275c30a
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 @@ -88,7 +88,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await footer.getVisibleText()).to.have.string(rowsHardLimit);
});

describe('expand a document row', function () {
// FLAKY: https://github.com/elastic/kibana/issues/81632
describe.skip('expand a document row', function () {
const rowToInspect = 1;
beforeEach(async function () {
// close the toggle if open
Expand Down

0 comments on commit 275c30a

Please sign in to comment.