summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-06-07 11:30:03 +1000
committerTony Cook <tony@develop-help.com>2016-06-07 11:30:03 +1000
commit33d95a65610de4b893a90e38c300d3f0b0bf2fb0 (patch)
tree4497d679cf400be82950bac844e101a1178b5ad5 /cpan/Test-Simple
parentbd9daf582584bca02932cf1f7e2b8320ad778aae (diff)
downloadperl-33d95a65610de4b893a90e38c300d3f0b0bf2fb0.tar.gz
skip a Tets-Simple test that's leaking shm blocks
Reported upstream as https://github.com/Test-More/test-more/issues/679
Diffstat (limited to 'cpan/Test-Simple')
-rw-r--r--cpan/Test-Simple/t/Test2/modules/API/Instance.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Test-Simple/t/Test2/modules/API/Instance.t b/cpan/Test-Simple/t/Test2/modules/API/Instance.t
index b26b53ced0..d1f4c3b4d1 100644
--- a/cpan/Test-Simple/t/Test2/modules/API/Instance.t
+++ b/cpan/Test-Simple/t/Test2/modules/API/Instance.t
@@ -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/;
+skip_all("Leaks shm blocks");
+
my $CLASS = 'Test2::API::Instance';
my $one = $CLASS->new;