Skip to content

Commit 8ad96e3

Browse files
committed
Revert testing cruft
1 parent 1c3a71c commit 8ad96e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manager_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ func TestMgrMethodsFailWithBadPath(t *testing.T) {
346346
}
347347

348348
func TestGetSources(t *testing.T) {
349-
t.Skip("skipping TestGetSources")
350349
// This test is a tad slow, skip it on -short
351350
if testing.Short() {
352351
t.Skip("Skipping source setup test in short mode")
@@ -356,7 +355,7 @@ func TestGetSources(t *testing.T) {
356355

357356
pil := []ProjectIdentifier{
358357
mkPI("github.com/Masterminds/VCSTestRepo").normalize(),
359-
// mkPI("bitbucket.org/mattfarina/testhgrepo").normalize(),
358+
mkPI("bitbucket.org/mattfarina/testhgrepo").normalize(),
360359
mkPI("launchpad.net/govcstestbzrrepo").normalize(),
361360
}
362361

0 commit comments

Comments
 (0)