We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cbacb commit c6928edCopy full SHA for c6928ed
x-pack/plugin/build.gradle
@@ -166,9 +166,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure({ task ->
166
})
167
tasks.named("yamlRestTestV7CompatTest").configure {
168
systemProperty 'tests.rest.blacklist', [
169
- // UNMUTE after #78184 is backported to 7.x
170
- 'indices.freeze/10_basic/Basic',
171
- 'indices.freeze/10_basic/Test index options',
172
// to support it, it would require to almost revert back the #48725 and complicate the code
173
'vectors/10_dense_vector_basic/Deprecated function signature',
174
// not going to be supported
0 commit comments