Skip to content

Commit e14a636

Browse files
authored
[ML] fix integration test command with es (#1470)
1 parent 339edd0 commit e14a636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/run_es_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ export GIT_COMMIT="$(git rev-parse HEAD)"
9494
export GIT_PREVIOUS_COMMIT="$GIT_COMMIT"
9595

9696
IVY_REPO_URL="file://$2"
97-
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:ml:qa:native-multi-node-tests:integTest
97+
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest
9898
./gradlew -Dbuild.ml_cpp.repo="$IVY_REPO_URL" :x-pack:plugin:integTest --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=ml/*}"

0 commit comments

Comments
 (0)