diff --git a/t/Shop/Tax.t b/t/Shop/Tax.t index b97fdedc1..e4b9e1cc8 100644 --- a/t/Shop/Tax.t +++ b/t/Shop/Tax.t @@ -288,7 +288,7 @@ SKIP: { my $taxFile = WebGUI::Test->getTestCollateralPath('taxTables/goodTaxTable.csv'); SKIP: { - skip 'Root will cause this test to fail since it does not obey file permissions', 1 + skip 'Root will cause this test to fail since it does not obey file permissions', 3 if $< == 0; my $originalChmod = (stat $taxFile)[2];