mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #138652
This commit is contained in:
parent
f5faf5cba2
commit
81d90fe65d
1 changed files with 2 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue