---
 tests/all.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index f9ff6b0..f21575d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1978,9 +1978,9 @@ with profile.test_list.group_manager(
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'ARB_depth_clamp')) as g:
-    g(['depth_clamp'], run_concurrent=False)
-    g(['depth-clamp-range'], run_concurrent=False)
-    g(['depth-clamp-status'], run_concurrent=False)
+    g(['depth_clamp'])
+    g(['depth-clamp-range'])
+    g(['depth-clamp-status'])
 
 # Group ARB_draw_elements_base_vertex
 with profile.test_list.group_manager(
-- 
1.9.1

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

Reply via email to