Remove milestone flag
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 1m32s
CI via Tox and perl / perl (pull_request) Successful in 5m4s
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-27 13:37:51 +02:00
commit be9c426291

View file

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