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

diff --git a/tests/all.py b/tests/all.py
index f21575d..33b441c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3841,11 +3841,9 @@ with profile.test_list.group_manager(
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'ati_draw_buffers')) as g:
-    g(['ati_draw_buffers-arbfp'], run_concurrent=False)
-    g(['ati_draw_buffers-arbfp-no-index'], 'arbfp-no-index',
-      run_concurrent=False)
-    g(['ati_draw_buffers-arbfp-no-option'], 'arbfp-no-option',
-      run_concurrent=False)
+    g(['ati_draw_buffers-arbfp'])
+    g(['ati_draw_buffers-arbfp-no-index'], 'arbfp-no-index')
+    g(['ati_draw_buffers-arbfp-no-option'], 'arbfp-no-option')
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'ati_envmap_bumpmap')) as g:
-- 
1.9.1

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

Reply via email to