diff --git a/Jenkinsfile-win64 b/Jenkinsfile-win64 index 9cd12cf4f..60ea44352 100644 --- a/Jenkinsfile-win64 +++ b/Jenkinsfile-win64 @@ -41,7 +41,6 @@ pipeline { script { parallel ([ 'test-win64-cpu': { TestWin64CPU() }, - 'test-win64-gpu-cuda10.0': { TestWin64GPU(cuda_target: 'cuda10_0') }, 'test-win64-gpu-cuda10.1': { TestWin64GPU(cuda_target: 'cuda10_1') } ]) }