fixed typo

This commit is contained in:
Martijn van Groningen 2018-12-11 13:13:17 +01:00
parent 031d0566b0
commit 5f7524bb89
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ 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(',')
systemProperty 'tests.rest.blacklist', ['explain/11_basic_with_types/Explain body without query element'].join(',')
}
}