We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3a71c commit 8ad96e3Copy full SHA for 8ad96e3
manager_test.go
@@ -346,7 +346,6 @@ func TestMgrMethodsFailWithBadPath(t *testing.T) {
346
}
347
348
func TestGetSources(t *testing.T) {
349
- t.Skip("skipping TestGetSources")
350
// This test is a tad slow, skip it on -short
351
if testing.Short() {
352
t.Skip("Skipping source setup test in short mode")
@@ -356,7 +355,7 @@ func TestGetSources(t *testing.T) {
356
355
357
pil := []ProjectIdentifier{
358
mkPI("github.com/Masterminds/VCSTestRepo").normalize(),
359
- // mkPI("bitbucket.org/mattfarina/testhgrepo").normalize(),
+ mkPI("bitbucket.org/mattfarina/testhgrepo").normalize(),
360
mkPI("launchpad.net/govcstestbzrrepo").normalize(),
361
362
0 commit comments