This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
skip a Tets-Simple test that's leaking shm blocks
[perl5.git] / cpan / Test-Simple / t / Test2 / modules / API / Instance.t
index b26b53c..d1f4c3b 100644 (file)
@@ -5,6 +5,8 @@ use Test2::IPC;
 BEGIN { require "t/tools.pl" };
 use Test2::Util qw/CAN_THREAD CAN_REALLY_FORK USE_THREADS get_tid/;
 
 BEGIN { require "t/tools.pl" };
 use Test2::Util qw/CAN_THREAD CAN_REALLY_FORK USE_THREADS get_tid/;
 
+skip_all("Leaks shm blocks");
+
 my $CLASS = 'Test2::API::Instance';
 
 my $one = $CLASS->new;
 my $CLASS = 'Test2::API::Instance';
 
 my $one = $CLASS->new;