Skip to content

Commit

Permalink
Reenable serverless Discover CSV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Apr 5, 2024
1 parent 63d5102 commit fc728f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

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

0 comments on commit fc728f5

Please sign in to comment.