From 30fd49e21f3d71aa4f1b8b4147924a4182343ff6 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 21 Jan 2023 14:46:21 -0500 Subject: [PATCH] Tests: Suppress test leak --- test_regress/t/t_vpi_onetime_cbs.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_regress/t/t_vpi_onetime_cbs.pl b/test_regress/t/t_vpi_onetime_cbs.pl index 8dab7fd6d..b4c84aee4 100755 --- a/test_regress/t/t_vpi_onetime_cbs.pl +++ b/test_regress/t/t_vpi_onetime_cbs.pl @@ -10,6 +10,8 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di scenarios(simulator => 1); +$Self->{sanitize} = 0; # Test neads cleanup to reclaim all callbacks + compile( make_top_shell => 0, make_main => 0,