mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ci_template: Remove the j = 1 restriction from check
Previously we were forcing tests to run with j 1 to avoid random failures/races that occurred due to tests being racy. Majority of those tests have been blacklisted and this should no longer be needed.
This commit is contained in:
parent
c021fb8310
commit
dcf237a438
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ build android arm64 api28:
|
||||||
./gst-uninstalled.py
|
./gst-uninstalled.py
|
||||||
gst-validate-launcher ${TEST_SUITE}
|
gst-validate-launcher ${TEST_SUITE}
|
||||||
-fs
|
-fs
|
||||||
-j=1
|
|
||||||
--mute
|
--mute
|
||||||
--shuffle
|
--shuffle
|
||||||
--no-display
|
--no-display
|
||||||
|
|
Loading…
Reference in a new issue