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

diff --git a/tests/all.py b/tests/all.py
index 046c02b..9f37ba2 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4276,9 +4276,9 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'arb_draw_buffers')) as g:
-    g(['arb_draw_buffers-state_change'], run_concurrent=False)
-    g(['fbo-mrt-alphatest'], run_concurrent=False)
-    g(['fbo-mrt-new-bind'], run_concurrent=False)
+    g(['arb_draw_buffers-state_change'])
+    g(['fbo-mrt-alphatest'])
+    g(['fbo-mrt-new-bind'])
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
1.9.1

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

Reply via email to