summaryrefslogtreecommitdiffstats
path: root/pkg/integration/clients/go_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/clients/go_test.go')
-rw-r--r--pkg/integration/clients/go_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/integration/clients/go_test.go b/pkg/integration/clients/go_test.go
index 6984e0deb..af4bbf5f8 100644
--- a/pkg/integration/clients/go_test.go
+++ b/pkg/integration/clients/go_test.go
@@ -45,12 +45,6 @@ func TestIntegration(t *testing.T) {
return
}
- // not running demoes right now. Arguably we should, but we'd need to
- // strip away any artificial lag they use.
- if test.IsDemo() {
- return
- }
-
t.Run(test.Name(), func(t *testing.T) {
t.Parallel()
err := f()