From 0ca07e4d582d6cb3e00db62c8f24e15e7e1f2bc8 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 21 Mar 2020 12:08:38 -0400 Subject: [PATCH] Tests: Remove t_emit_memb_limit/vltmt as slow --- test_regress/t/t_emit_memb_limit.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_regress/t/t_emit_memb_limit.pl b/test_regress/t/t_emit_memb_limit.pl index 670fb3df9..9cef22356 100755 --- a/test_regress/t/t_emit_memb_limit.pl +++ b/test_regress/t/t_emit_memb_limit.pl @@ -9,7 +9,8 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 use IO::File; -scenarios(simulator => 1); +# Very slow on vltmt, and doesn't test much of value there, so disabled +scenarios(vlt => 1); sub gen { my $filename = shift;