From 3abe7012ef6addbeb3aa9df4aee1cccf6006d0ad Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 9 Apr 2020 14:35:46 -0700 Subject: [PATCH] [CI] Temporary disable CRT test --- tests/scripts/task_python_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/task_python_integration.sh b/tests/scripts/task_python_integration.sh index f396aaaeabbe..cfd6bd042e82 100755 --- a/tests/scripts/task_python_integration.sh +++ b/tests/scripts/task_python_integration.sh @@ -33,7 +33,7 @@ make cython3 # Test MISRA-C runtime cd apps/bundle_deploy rm -rf build -make test_dynamic test_static +# make test_dynamic test_static cd ../.. # Test extern package