Skip to content

Commit

Permalink
Comment out test_unix_python3_tensorrt_gpu step (apache#14642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chancebair authored and haohuw committed Jun 23, 2019
1 parent 5f2f326 commit f58760d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/jenkins/Jenkinsfile_unix_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ core_logic: {
custom_steps.test_unix_python2_mkldnn_gpu(),
custom_steps.test_unix_python3_mkldnn_gpu(),
custom_steps.test_unix_python3_mkldnn_nocudnn_gpu(),
custom_steps.test_unix_python3_tensorrt_gpu(),
// Disabled temporarily for https://github.com/apache/incubator-mxnet/issues/14626
// custom_steps.test_unix_python3_tensorrt_gpu(),
custom_steps.test_unix_perl_gpu(),
custom_steps.test_unix_r_gpu(),
custom_steps.test_unix_cpp_gpu(),
Expand Down

0 comments on commit f58760d

Please sign in to comment.