Skip to content

Commit

Permalink
Fix the mixed cluster REST test explain/11_basic_with_types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Dec 11, 2018
1 parent 790f810 commit eb733f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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(',')
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ setup:
catch: bad_request
explain:
index: test_1
type: test
id: id_1
body:
match_all: {}
Expand Down

0 comments on commit eb733f4

Please sign in to comment.