It constantly fails on Gitlab because of output overflow.
From: Rémi Bernon rbernon@codeweavers.com
--- dlls/mf/tests/transform.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c index 3e902aa67f3..b02c69b357e 100644 --- a/dlls/mf/tests/transform.c +++ b/dlls/mf/tests/transform.c @@ -9725,6 +9725,8 @@ failed:
START_TEST(transform) { + winetest_mute_threshold = 1; + init_functions();
test_sample_copier();