[Piglit] [PATCH 6/9] all.py: remove run_concurrent=False from ARB_draw_instanced test
Brian Paul
brianp at vmware.com
Fri Oct 13 20:08:04 UTC 2017
---
tests/all.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.py b/tests/all.py
index bf67813..f4fdd10 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2008,7 +2008,7 @@ with profile.test_list.group_manager(
'negative-arrays-first-negative')
g(['arb_draw_instanced-negative-elements-type'],
'negative-elements-type')
- g(['arb_draw_instanced-drawarrays'], run_concurrent=False)
+ g(['arb_draw_instanced-drawarrays'])
# Group ARB_draw_indirect
with profile.test_list.group_manager(
--
1.9.1
More information about the Piglit
mailing list