Skip to content

Commit

Permalink
skip failing es serverless promotion suites (#180010)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 4, 2024
1 parent 44d6b77 commit 1825fcb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('with unmapped fields', () => {
// FAILING ES PROMOTION SERVERLESS: https://github.com/elastic/kibana/issues/180010
describe.skip('with unmapped fields', () => {
before(async () => {
await esArchiver.load(archives.unmappedFields.data);
await kibanaServer.importExport.load(archives.unmappedFields.savedObjects);
Expand Down

0 comments on commit 1825fcb

Please sign in to comment.