[Piglit] [PATCH 3/5] all.py: remove run_concurrent=False from 1.3 tests

Brian Paul brianp at vmware.com
Fri Oct 13 04:26:56 UTC 2017


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

diff --git a/tests/all.py b/tests/all.py
index 4dac539..f2e329a 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1089,8 +1089,8 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', '!opengl 1.3')) as g:
-    g(['texunits'], run_concurrent=False)
-    g(['tex-border-1'], run_concurrent=False)
+    g(['texunits'])
+    g(['tex-border-1'])
     g(['tex3d-depth1'])
 
 with profile.test_list.group_manager(
-- 
1.9.1



More information about the Piglit mailing list