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

diff --git a/tests/all.py b/tests/all.py
index 73ee729..5bd0e5d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4283,9 +4283,9 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'ext_draw_buffers2')) as g:
-    g(['fbo-drawbuffers2-blend'], run_concurrent=False)
-    g(['fbo-drawbuffers2-colormask'], run_concurrent=False)
-    g(['fbo-drawbuffers2-colormask', 'clear'], run_concurrent=False)
+    g(['fbo-drawbuffers2-blend'])
+    g(['fbo-drawbuffers2-colormask'])
+    g(['fbo-drawbuffers2-colormask', 'clear'])
 
 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