Skip to content

Commit 215b1d1

Browse files
committed
Stop writing kcp output by default, it pollutes test output
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent fa38c35 commit 215b1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func TestE2e(t *testing.T) {
5858

5959
// Start a shared kcp instance.
6060
var err error
61-
env = &envtest.Environment{AttachKcpOutput: testing.Verbose()}
61+
env = &envtest.Environment{}
6262
kcpConfig, err = env.Start()
6363
require.NoError(t, err, "failed to start envtest environment")
6464
defer env.Stop() //nolint:errcheck // we don't care about the error here.

0 commit comments

Comments
 (0)