[Piglit] [PATCH 10/11] all.py: run ARB_draw_buffers_blend test concurrently

Brian Paul brianp at vmware.com
Sat Oct 14 03:33:28 UTC 2017


---
 tests/all.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.py b/tests/all.py
index 5bd0e5d..046c02b 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4291,7 +4291,7 @@ with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'arb_draw_buffers_blend')) as g:
     g(['arb_draw_buffers_blend-state_set_get'])
-    g(['fbo-draw-buffers-blend'], run_concurrent=False)
+    g(['fbo-draw-buffers-blend'])
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
1.9.1



More information about the Piglit mailing list