aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.go')
-rw-r--r--tests/test_utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.go b/tests/test_utils.go
index 6ac61db63e..089b4dce1c 100644
--- a/tests/test_utils.go
+++ b/tests/test_utils.go
@@ -181,7 +181,7 @@ func InitTest(requireGitea bool) {
func PrepareTestEnv(t testing.TB, skip ...int) func() {
t.Helper()
- ourSkip := 2
+ ourSkip := 1
if len(skip) > 0 {
ourSkip += skip[0]
}