summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Storable/t/blessed.t9
1 files changed, 1 insertions, 8 deletions
diff --git a/dist/Storable/t/blessed.t b/dist/Storable/t/blessed.t
index 07d17aa859..d9a77b3723 100644
--- a/dist/Storable/t/blessed.t
+++ b/dist/Storable/t/blessed.t
@@ -358,14 +358,7 @@ is(ref $t, 'STRESS_THE_STACK');
ok(eval {thaw($y)}, "empty serialized") or diag $@; # <-- dies here with "Bad data"
}
-SKIP: {
- # These tests leak. Ignore the leaks for now: try to fix after the
- # 5.30.0 release
- skip("leaky under ASan", 18);
- if ( $ENV{PERL_DESTRUCT_LEVEL} eq '2'
- && $Config{ccflags} =~ /sanitize/
- && $] <= 5.030)
-
+{
{
package FreezeHookDies;
sub STORABLE_freeze {