Skip to content

Commit bf6e24b

Browse files
committed
Enable kcp native gc for e2e tests
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 639e584 commit bf6e24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/kcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func init() {
3737

3838
var args []string
3939
args = append(args, "--token-auth-file", DefaultTokenAuthFile) //nolint:gocritic // no.
40-
args = append(args, "--feature-gates=WorkspaceMounts=true,CacheAPIs=true,WorkspaceAuthentication=true,KcpNativeGarbageCollector=false")
40+
args = append(args, "--feature-gates=WorkspaceMounts=true,CacheAPIs=true,WorkspaceAuthentication=true,KcpNativeGarbageCollector=true")
4141

4242
kcptesting.InitSharedKcpServer(kcptestingserver.WithCustomArguments(args...))
4343
}

0 commit comments

Comments
 (0)