Skip to content

Commit 5209e94

Browse files
committed
Mark test as skipped
1 parent b1aebfe commit 5209e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/git_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func commitAndPushTest(t *testing.T, dstPath, prefix string) (little, big string
142142
})
143143
t.Run("Big", func(t *testing.T) {
144144
if testing.Short() {
145+
t.Skip("Skipping test in short mode.")
145146
return
146147
}
147148
PrintCurrentTest(t)

0 commit comments

Comments
 (0)