Skip to content

Commit

Permalink
skip failing test suite (#179297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 25, 2024
1 parent 17d299b commit a49b7c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.header.waitUntilLoadingHasFinished();
};

describe('discover integration with runtime fields editor', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/179297
describe.skip('discover integration with runtime fields editor', function describeIndexTests() {
before(async function () {
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 a49b7c1

Please sign in to comment.