Skip to content

Commit

Permalink
locale_threads.t: Skip on OpenBSD and DragonFly threaded builds
Browse files Browse the repository at this point in the history
Due to repeated testing failures on such builds subsequent to e2934ff.

Use OS's preferred casing in SKIP message.
  • Loading branch information
jkeenan authored and khwilliamson committed Nov 12, 2023
1 parent 18cfa0e commit 1d74e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/locale_threads.t
Expand Up @@ -11,6 +11,8 @@ BEGIN {
set_up_inc('../lib');

skip_all_without_config('useithreads');
skip_all("Fails on threaded builds on OpenBSD and DragonFly BSD")
if ($^O =~ m/^(openbsd|dragonfly)$/);

require './loc_tools.pl';

Expand Down

0 comments on commit 1d74e82

Please sign in to comment.