Skip to content

Commit

Permalink
skip failing es promotion suites (#172243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2023
1 parent 28c5760 commit f1ac914
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
return firstFieldIcons;
}

describe('discover data grid field tokens', function () {
// FAILED ES PROMOTION: https://github.com/elastic/kibana/issues/172243
describe.skip('discover data grid field tokens', function () {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
Expand Down

0 comments on commit f1ac914

Please sign in to comment.