Skip to content

Commit

Permalink
Reenable serverless Discover CSV tests (elastic#180113)
Browse files Browse the repository at this point in the history
## Summary

This PR reenables the serverless Discover CSV tests.

### Details

* The tests were failing for a new serverless ES image due to a change
in default shards
* The tests have been actually fixed in elastic#179901
* Due to the way how the ES pipeline picks up Kibana changes for their
verification, it took a while for this fix to take effect (actually
needed to wait for the next daily scheduled run)
* In the mean time, the test appeared to still be failing, so it was
skipped entirely, see elastic#180010
* With the ES serverless promotion now done, the skipped (and already
fixed) test suite can be reenabled

Closes elastic#180010
  • Loading branch information
pheyos authored and pull[bot] committed Jun 24, 2024
1 parent 821f5d5 commit cf9ce81
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 cf9ce81

Please sign in to comment.