Skip to content

Commit

Permalink
APItest/t/locale.t: Add missing SKIP: label
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Apr 3, 2021
1 parent 1a98e75 commit c82bc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/XS-APItest/t/locale.t
Expand Up @@ -128,6 +128,7 @@ SKIP: {
I18N::Langinfo->import(keys %items) if $has_nl_langinfo;

foreach my $formal_item (sort keys %items) {
SKIP:
if (exists $correct_C_responses{$formal_item}) {
my $correct = $correct_C_responses{$formal_item};
my $item = eval $items{$formal_item};
Expand Down

0 comments on commit c82bc86

Please sign in to comment.