[test] Remove subset tests from the slow suite

This commit is contained in:
Khaled Hosny 2021-08-04 04:12:31 +02:00
parent 7ccc52b075
commit b084153317
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ foreach t : tests
# ideally better to break and let meson handles them in parallel
timeout: 500,
workdir: join_paths(meson.current_build_dir(), '..', '..'),
suite: ['subset', 'slow'],
suite: 'subset',
)
endforeach