-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: added missing skip #41492
Fix: added missing skip #41492
Conversation
Pinging @elastic/es-core-infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @delvedor; however the build is failing due to a syntax error in this change:
ParsingException[Error parsing test named [Copy settings during split index]]; nested: IllegalArgumentException[Expected [START_OBJECT, found [VALUE_NULL], the skip section is not properly indented];
@elasticmachine please run elasticsearch-ci/1 |
Discovered while backporting that this had been there but was removed by accident in #41165. I checked that change in detail and couldn't see any other cases that needed this fix. |
Great, thank you @DaveCTurner! |
…ble-map-v1 * elastic/master: Adjust bwc version (elastic#41099) Fix multi-node parsing in voting config exclusions REST API (elastic#41588) Add missing skip: arbitrary_key (elastic#41492) [ML] cleanup + adding description field to transforms (elastic#41554)
In `indices.split/30_copy_settings.yml` we are using the `arbitrary_key` feature, but it is not declared inside the skip list.
In `indices.split/30_copy_settings.yml` we are using the `arbitrary_key` feature, but it is not declared inside the skip list.
In
indices.split/30_copy_settings.yml
we are using thearbitrary_key
feature, but it is not declared inside the skip list.Related: #40052
/cc @elastic/es-clients