Fix the mixed cluster REST test explain/11_basic_with_types.
This commit is contained in:
parent
790f8102e9
commit
eb733f404a
|
@ -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(',')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -59,6 +59,7 @@ setup:
|
|||
catch: bad_request
|
||||
explain:
|
||||
index: test_1
|
||||
type: test
|
||||
id: id_1
|
||||
body:
|
||||
match_all: {}
|
||||
|
|
Loading…
Reference in New Issue