From 7892c5af139bcf2c96af98a02e61bf2d178adff0 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 8 Dec 2020 07:49:48 -0500 Subject: [PATCH] Tests: Fix fstrobe instability --- test_regress/t/t_sys_fstrobe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_sys_fstrobe.pl b/test_regress/t/t_sys_fstrobe.pl index 6bbedacab..55224d3d6 100755 --- a/test_regress/t/t_sys_fstrobe.pl +++ b/test_regress/t/t_sys_fstrobe.pl @@ -8,7 +8,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di # Version 2.0. # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 -scenarios(simulator => 1); +scenarios(vlt => 1); # Not vltmt due to possible race compile( );