summaryrefslogtreecommitdiffstats
path: root/pkg/integration/clients/go_test.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-06-05 11:12:08 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-05 14:44:02 +0200
commitf5329440fccc54ca60d6e53ec4db28237905880d (patch)
tree3716915f74a1f27ee9cad18264526bf69a988337 /pkg/integration/clients/go_test.go
parent4f6d3fb592af1448a33407b838acceb0acabea0e (diff)
Include demos when running integration tests with go test
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()