Skip to content
Snippets Groups Projects
Commit 88c22c36 authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

Disable OpenGL test temporary (#801)

parent 589831df
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment