diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests index 84f41d7d7..7374e0a60 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -105,7 +105,7 @@ def add_depthstencil_render_miplevels_tests(group, test_types): for test_type in test_types: test_name = 'depthstencil-render-miplevels {0} {1}'.format( texture_size, test_type) - group[test_name] = PlainExecTest(test_name + ' -auto') + add_concurrent_test(group, test_name) def add_msaa_visual_plain_tests(group, args): add_plain_test(group, args) |