Skip to content

Commit

Permalink
skip t9.t under CI on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 3, 2024
1 parent fdd4fcc commit 6b6721e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t9.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use Config;
# Stop f77-linking causing spurious undefined symbols (alpha)
$ENV{'PERL_DL_NONLAZY'}=0 if $Config{'osname'} eq "dec_osf";
require PGPLOT;
plan skip_all => 'CI fails with bus error' if $^O eq 'darwin' and $ENV{CI};

my $dev = $ENV{PGPLOT_DEV} || '/NULL';

Expand Down

0 comments on commit 6b6721e

Please # to comment.