Tests: Always failing tests

This commit is contained in:
Wilson Snyder 2021-12-10 21:22:23 -05:00
parent 8696e38e6f
commit 694cf371f9

View File

@ -11,7 +11,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
scenarios(linter => 1);
lint(
fails => $Self->{vlt_all},
fails => 1,
expect_filename => $Self->{golden_filename},
);