From 01d4ffae278af184c6d3bfd83f03c7bacd029f8f Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Tue, 23 Mar 2021 22:22:47 +0900 Subject: [PATCH] Update run-gpu-integration-tests-self-hosted.yml --- .github/workflows/run-gpu-integration-tests-self-hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-gpu-integration-tests-self-hosted.yml b/.github/workflows/run-gpu-integration-tests-self-hosted.yml index 25fe29250..d70c3f5f6 100644 --- a/.github/workflows/run-gpu-integration-tests-self-hosted.yml +++ b/.github/workflows/run-gpu-integration-tests-self-hosted.yml @@ -34,5 +34,5 @@ jobs: cmake --version protoc --version export OMP_NUM_THREADS=1 - mvn -DskipTestResourceEnforcement=true -Ptestresources -Pintegration-tests -Pnd4j-tests-cuda clean test + mvn -DexcludedGroups=long-running-tests -DskipTestResourceEnforcement=true -Ptestresources -Pintegration-tests -Pnd4j-tests-cuda clean test