Skip to content

Commit

Permalink
skip flaky suite (#182125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 30, 2024
1 parent 0762c6e commit fe4ef48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const security = getService('security');

describe('discover data grid doc table', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/182125
describe.skip('discover data grid doc table', function describeIndexTests() {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
log.debug('load kibana index with default index pattern');
Expand Down

0 comments on commit fe4ef48

Please sign in to comment.