Skip to content

Commit

Permalink
skip flaky suite. #138652
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 29, 2022
1 parent 76dc50c commit 7919682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/classic/_doc_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};
const testSubjects = getService('testSubjects');

describe('discover doc table', function describeIndexTests() {
// FLAKY Chrome 103+ https://github.com/elastic/kibana/issues/138652
describe.skip('discover doc table', function describeIndexTests() {
const rowsHardLimit = 500;

before(async function () {
Expand Down

0 comments on commit 7919682

Please sign in to comment.