Skip to content

Commit

Permalink
Comment out unused slowTesstTag function in git_impl_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Feb 1, 2023
1 parent 543b4ea commit 2d22085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/vcs/git/git_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ import (
"time"
)

func slowTestTag(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
}
//func slowTestTag(t *testing.T) {
// if testing.Short() {
// t.Skip("skipping test in short mode.")
// }
//}

func Test_get_vcs_name(t *testing.T) {
g, _ := newGitImpl(inMemoryRepoInit, "")
Expand Down

0 comments on commit 2d22085

Please sign in to comment.