From f5329440fccc54ca60d6e53ec4db28237905880d Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 5 Jun 2024 11:12:08 +0200 Subject: Include demos when running integration tests with go test --- pkg/integration/clients/go_test.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pkg/integration') 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() -- cgit v1.2.3