skip flaky suite. #138652

This commit is contained in:
Jonathan Budzenski 2022-08-29 10:30:33 -05:00
parent f5faf5cba2
commit 81d90fe65d

View file

@ -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 () {