---
tests/all.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 055608e..9055979 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4252,9 +4252,8 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'arb_half_float_vertex')) as g:
- g(['draw-vertices-half-float'], run_concurrent=False)
- g(['draw-vertices-half-float', 'user'], 'draw-vertices-half-float-user',
- run_concurrent=False)
+ g(['draw-vertices-half-float'])
+ g(['draw-vertices-half-float', 'user'], 'draw-vertices-half-float-user')
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'oes_vertex_half_float')) as g:
--
1.9.1
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit