Bug 37818: (follow-up) Remove failing XXX tests from Installer.t

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-09-13 14:16:41 +00:00
parent 23b00bdc06
commit ea17ce2ffa
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -99,13 +99,11 @@ subtest 'needs_update' => sub {
};
subtest 'TransformToNum' => sub {
plan tests => 5;
plan tests => 3;
my %test_cases = (
'20.05.01.000' => '20.0501000',
'19.11.02.XXX' => '19.1102999',
'21.06.00.003' => '21.0600003',
'18.05.02.XXX' => '18.0502999',
'22.11.01.123' => '22.1101123',
);