From 0c05d8f24157e465a5ce1d4ff357df7cb6213270 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 31 Jan 2025 13:47:01 +0100 Subject: [PATCH] Bug 38944: Revert changes to selenium/01-installation.t --- t/db_dependent/selenium/01-installation.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/selenium/01-installation.t b/t/db_dependent/selenium/01-installation.t index 521842ffb7d..cd7c630b184 100755 --- a/t/db_dependent/selenium/01-installation.t +++ b/t/db_dependent/selenium/01-installation.t @@ -22,7 +22,7 @@ use Modern::Perl; -use Test::More tests => 3; +use Test::More tests => 2; use t::lib::Selenium; use C4::Context; @@ -53,7 +53,7 @@ SKIP: { skip "This test must be run with an empty DB. We are using KOHA_TESTING that is set by our CI\nIf you really want to run it, set this env var.", 2 unless $ENV{KOHA_TESTING}; my $dbh = eval { C4::Context->dbh; }; - skip "Tests won't run if the database does not exist", 2 if $@; + skip "Tests won't run if the database does not exist", 3 if $@; { my $dup_err; -- 2.34.1