From 88c22c3601b063b0ae3d90d9ad17248a5a460a5d Mon Sep 17 00:00:00 2001 From: Tianqi Chen <tqchen@users.noreply.github.com> Date: Sun, 21 Jan 2018 15:17:26 -0800 Subject: [PATCH] Disable OpenGL test temporary (#801) --- tests/scripts/task_python_integration.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/scripts/task_python_integration.sh b/tests/scripts/task_python_integration.sh index 70c2919f6..d10c9a6b1 100755 --- a/tests/scripts/task_python_integration.sh +++ b/tests/scripts/task_python_integration.sh @@ -17,5 +17,7 @@ TVM_FFI=cython python -m nose -v tests/python/integration || exit -1 TVM_FFI=ctypes python3 -m nose -v tests/python/integration || exit -1 TVM_FFI=cython python -m nose -v tests/python/contrib || exit -1 TVM_FFI=ctypes python3 -m nose -v tests/python/contrib || exit -1 -TVM_FFI=cython python -m nose -v tests/webgl || exit -1 -TVM_FFI=ctypes python3 -m nose -v tests/webgl || exit -1 + +# Do not enabke OpenGL +# TVM_FFI=cython python -m nose -v tests/webgl || exit -1 +# TVM_FFI=ctypes python3 -m nose -v tests/webgl || exit -1 -- GitLab