Fix the mixed cluster REST test explain/11_basic_with_types.

This commit is contained in:
Julie Tibshirani 2018-12-11 10:06:54 -08:00
parent 790f8102e9
commit eb733f404a
2 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,6 @@ for (Version version : bwcVersions.wireCompatible) {
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
/* To support taking index snapshots, we have to set path.repo setting */
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
systemProperty 'tests.rest.blacklist', ['explain/11_basic_with_types/Explain body without query element'].join(',')
}
}

View File

@ -59,6 +59,7 @@ setup:
catch: bad_request
explain:
index: test_1
type: test
id: id_1
body:
match_all: {}