From: Nicolai Hähnle <nicolai.haeh...@amd.com>

All other variants (array, cube_map-array, and pbo variants) are already
running concurrently
---
 tests/all.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.py b/tests/all.py
index bb174cb..28aba13 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -933,7 +933,7 @@ with profile.group_manager(
     g(['sized-texture-format-channels'])
     g(['streaming-texture-leak'], run_concurrent=False)
     g(['texredefine'], run_concurrent=False)
-    g(['texsubimage'], run_concurrent=False)
+    g(['texsubimage'])
     g(['texsubimage-unpack'])
     g(['texsubimage-depth-formats'], run_concurrent=False)
     g(['texture-al'], run_concurrent=False)
-- 
2.5.0

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to