aboutsummaryrefslogtreecommitdiff
path: root/internal/testing/integration
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2021-04-12 18:21:05 -0400
committerJonathan Amsterdam <jba@google.com>2021-04-13 11:11:51 +0000
commitb6c709824c06f07477efdfa5bd2d5dc7ad76b0fa (patch)
treedf6e0ac0eca38b69f5f30fea349d0c72cc4190e2 /internal/testing/integration
parentb0d7b43aac22485c636bd144e0232b3f9b42453e (diff)
downloadgo-x-pkgsite-b6c709824c06f07477efdfa5bd2d5dc7ad76b0fa.tar.xz
many: remove "retractions" experiment
For golang/go#43265 Change-Id: Iac39814ce532adf5846bb768802a46ad7a77fa84 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/309609 Trust: Jonathan Amsterdam <jba@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'internal/testing/integration')
-rw-r--r--internal/testing/integration/integration_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/testing/integration/integration_test.go b/internal/testing/integration/integration_test.go
index 52b71587..4c447ca1 100644
--- a/internal/testing/integration/integration_test.go
+++ b/internal/testing/integration/integration_test.go
@@ -18,7 +18,6 @@ import (
"github.com/google/go-cmp/cmp"
"github.com/google/safehtml/template"
"golang.org/x/pkgsite/internal"
- "golang.org/x/pkgsite/internal/experiment"
"golang.org/x/pkgsite/internal/godoc/dochtml"
"golang.org/x/pkgsite/internal/index"
"golang.org/x/pkgsite/internal/middleware"
@@ -40,7 +39,6 @@ func TestMain(m *testing.M) {
func TestEndToEndProcessing(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()
- ctx = experiment.NewContext(ctx, internal.ExperimentRetractions)
defer postgres.ResetTestDB(testDB, t)