Skip to content

Commit 05a578b

Browse files
authored
test/e2e/memcached_test.go: comment out gopkg version during tests (#795)
1 parent febbaab commit 05a578b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/memcached_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ func TestMemcached(t *testing.T) {
9898
// and comment out the current branch.
9999
branchRe := regexp.MustCompile("([ ]+)(.+#osdk_branch_annotation)")
100100
gopkg = branchRe.ReplaceAll(gopkg, []byte("$1# $2"))
101+
versionRe := regexp.MustCompile("([ ]+)(.+#osdk_version_annotation)")
102+
gopkg = versionRe.ReplaceAll(gopkg, []byte("$1# $2"))
101103
// Plug in the fork to test against so `dep ensure` can resolve dependencies
102104
// correctly.
103105
gopkgString := string(gopkg)

0 commit comments

Comments
 (0)