diff --git a/Jenkinsfile-win64 b/Jenkinsfile-win64 index b60ca7f58..d224c02aa 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') } ]) }