Skip to content

Commit

Permalink
skip failing test suite (elastic#165938)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 7, 2023
1 parent 54057bf commit aef9892
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await PageObjects.header.waitUntilLoadingHasFinished();
}

describe('Fields existence info', () => {
// Failing: See https://github.com/elastic/kibana/issues/165938
describe.skip('Fields existence info', () => {
before(async () => {
await esArchiver.load(
'test/api_integration/fixtures/es_archiver/index_patterns/constant_keyword'
Expand Down

0 comments on commit aef9892

Please sign in to comment.