From dfb84db58601db8b2e0735f3adcbaf6168f01895 Mon Sep 17 00:00:00 2001
From: Zhixun Tan <phisiart@gmail.com>
Date: Mon, 22 Jan 2018 12:58:48 -0500
Subject: [PATCH] temporarily disable opengl in test_runtime_ndarray.py (#804)

---
 tests/python/unittest/test_runtime_ndarray.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/python/unittest/test_runtime_ndarray.py b/tests/python/unittest/test_runtime_ndarray.py
index 5edf43337..a03a33b7a 100644
--- a/tests/python/unittest/test_runtime_ndarray.py
+++ b/tests/python/unittest/test_runtime_ndarray.py
@@ -7,8 +7,7 @@ def enabled_ctx_list():
                 ('cl', tvm.opencl(0)),
                 ('metal', tvm.metal(0)),
                 ('rocm', tvm.rocm(0)),
-                ('vpi', tvm.vpi(0)),
-                ('opengl', tvm.opengl(0))]
+                ('vpi', tvm.vpi(0))]
     for k, v  in ctx_list:
         assert tvm.context(k, 0) == v
     ctx_list = [x[1] for x in ctx_list if x[1].exist]
-- 
GitLab