Skip to content

Commit 55dc271

Browse files
committed
tmc e2e: put the sink worksace on the root shard
... until the TMC e2e tests are made shard-aware. Signed-off-by: David Festal <[email protected]>
1 parent 25f906c commit 55dc271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/kcp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ func newPersistentKCPServer(name, kubeconfigPath string, shardKubeconfigPaths ma
862862
func NewFakeWorkloadServer(t *testing.T, server RunningServer, org logicalcluster.Path, syncTargetName string) RunningServer {
863863
t.Helper()
864864

865-
path, ws := NewWorkspaceFixture(t, server, org, WithName(syncTargetName+"-sink"))
865+
path, ws := NewWorkspaceFixture(t, server, org, WithName(syncTargetName+"-sink"), TODO_WithoutMultiShardSupport())
866866
logicalClusterName := logicalcluster.Name(ws.Spec.Cluster)
867867
rawConfig, err := server.RawConfig()
868868
require.NoError(t, err, "failed to read config for server")

0 commit comments

Comments
 (0)