Skip to content

Commit 32d357e

Browse files
authored
test/e2e/memcached_test.go: comment out gopkg version during tests (#698)
1 parent ff6c07f commit 32d357e

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
@@ -93,6 +93,8 @@ func TestMemcached(t *testing.T) {
9393
// and comment out the current branch.
9494
branchRe := regexp.MustCompile("([ ]+)(.+#osdk_branch_annotation)")
9595
gopkg = branchRe.ReplaceAll(gopkg, []byte("$1# $2"))
96+
versionRe := regexp.MustCompile("([ ]+)(.+#osdk_version_annotation)")
97+
gopkg = versionRe.ReplaceAll(gopkg, []byte("$1# $2"))
9698
// Plug in the fork to test against so `dep ensure` can resolve dependencies
9799
// correctly.
98100
gopkgString := string(gopkg)

0 commit comments

Comments
 (0)