From b0fcad93aec06d4bcf943f3c13de333e7ecf7eaa Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 27 Aug 2021 10:45:20 -0700 Subject: [PATCH] test fix: I count the skipped tests properly --- t/plots.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/plots.t b/t/plots.t index 1cfafe8..693f6db 100644 --- a/t/plots.t +++ b/t/plots.t @@ -326,7 +326,7 @@ SKIP: # the host machine can cause a test failure. It's fine pretty much all the # time on my not-too-new laptop, but this is bad for automated testing -skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 18 unless $ENV{RUN_ALL_TESTS}; +skip "Skipping unreliable tests. Set RUN_ALL_TESTS environment variable to run them all", 20 unless $ENV{RUN_ALL_TESTS}; tryplot( testname => 'Histogram plot',