Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Don't try to test constraint inference for svn
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Aug 28, 2017
1 parent 7f19f8b commit 49bf340
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/gps/source_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func TestSourceManager_InferConstraint(t *testing.T) {
gitProj = ProjectIdentifier{ProjectRoot: "github.com/carolynvs/deptest"}
bzrProj = ProjectIdentifier{ProjectRoot: "launchpad.net/govcstestbzrrepo"}
hgProj = ProjectIdentifier{ProjectRoot: "bitbucket.org/golang-dep/dep-test"}
svnProj = ProjectIdentifier{ProjectRoot: "bitbucket.org/golang-dep/dep-test"}

testcases = []struct {
project ProjectIdentifier
Expand Down Expand Up @@ -76,8 +75,6 @@ func TestSourceManager_InferConstraint(t *testing.T) {
subtestName = "bzr-" + tc.name
case hgProj:
subtestName = "hg-" + tc.name
case svnProj:
subtestName = "svn-" + tc.name
default:
subtestName = tc.name
}
Expand Down

0 comments on commit 49bf340

Please sign in to comment.