Remove milestone flag from test_flags

This commit is contained in:
Lukáš Růžička 2026-04-21 13:06:35 +02:00
commit 93818838a6

View file

@ -23,7 +23,7 @@ sub run {
}
sub test_flags {
return {fatal => 1, milestone => 1};
return {fatal => 1};
}
1;