From 378881c47c6714c70cf67fb8eaf94ebaedb1dff9 Mon Sep 17 00:00:00 2001 From: stu1130 Date: Mon, 8 Apr 2019 14:11:46 -0700 Subject: [PATCH] fix lint --- ci/jenkins/Jenkinsfile_unix_gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Jenkinsfile_unix_gpu b/ci/jenkins/Jenkinsfile_unix_gpu index 839a1d0ce22c..5d0a37b82edc 100644 --- a/ci/jenkins/Jenkinsfile_unix_gpu +++ b/ci/jenkins/Jenkinsfile_unix_gpu @@ -61,7 +61,7 @@ core_logic: { custom_steps.test_unix_scala_gpu(), custom_steps.test_unix_distributed_kvstore_gpu(), custom_steps.test_static_python_gpu() - + // Disabled due to: https://github.com/apache/incubator-mxnet/issues/11407 //custom_steps.test_unix_caffe_gpu() ])