[test] Remove subset tests from the slow suite
This commit is contained in:
parent
7ccc52b075
commit
b084153317
|
@ -58,7 +58,7 @@ foreach t : tests
|
||||||
# ideally better to break and let meson handles them in parallel
|
# ideally better to break and let meson handles them in parallel
|
||||||
timeout: 500,
|
timeout: 500,
|
||||||
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
workdir: join_paths(meson.current_build_dir(), '..', '..'),
|
||||||
suite: ['subset', 'slow'],
|
suite: 'subset',
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue