Skip to content

Commit eb733f4

Browse files
committed
Fix the mixed cluster REST test explain/11_basic_with_types.
1 parent 790f810 commit eb733f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

qa/mixed-cluster/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ for (Version version : bwcVersions.wireCompatible) {
5757
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
5858
/* To support taking index snapshots, we have to set path.repo setting */
5959
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
60-
systemProperty 'tests.rest.blacklist', ['explain/11_basic_with_types/Explain body without query element'].join(',')
6160
}
6261
}
6362

rest-api-spec/src/main/resources/rest-api-spec/test/explain/11_basic_with_types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ setup:
5959
catch: bad_request
6060
explain:
6161
index: test_1
62+
type: test
6263
id: id_1
6364
body:
6465
match_all: {}

0 commit comments

Comments
 (0)