Skip to content

Commit

Permalink
t/harness: remove Encode parallel test exception
Browse files Browse the repository at this point in the history
The new version of Encode, which was just merged, includes a fix that
stops two test scripts from using the same temp files. So remove the
exception which stops those two test scripts running in parallel.
  • Loading branch information
iabyn committed Feb 26, 2024
1 parent 55492b2 commit 529b0ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions t/harness
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ my @_must_be_executed_serially = (
# "Can't cd to .. from ./FF_find_t_RKdkBE/for_find/fb: Stale file handle"
'../ext/File-Find/t/taint.t',
'../ext/File-Find/t/find.t',

# CJKT.t creates some temporary files called "t/$$.utf", while
# Unicode.t expects to find a fixed number of *.utf files in that
# directory. Running the tests in parallel can cause failures like:
# "Bad plan. You planned 56 tests but ran 57."
# Reported as https://rt.cpan.org/Ticket/Display.html?id=151983
'cpan/Encode/t/CJKT.t',
'cpan/Encode/t/Unicode.t',
);

my %must_be_executed_serially = map { $_ => 1 } @_must_be_executed_serially;
Expand Down

0 comments on commit 529b0ee

Please sign in to comment.