Skip to content

Commit

Permalink
tmc e2e: put the sink worksace on the root shard
Browse files Browse the repository at this point in the history
... until the TMC e2e tests are made shard-aware.

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Feb 8, 2023
1 parent 25f906c commit 55dc271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/kcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ func newPersistentKCPServer(name, kubeconfigPath string, shardKubeconfigPaths ma
func NewFakeWorkloadServer(t *testing.T, server RunningServer, org logicalcluster.Path, syncTargetName string) RunningServer {
t.Helper()

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

0 comments on commit 55dc271

Please sign in to comment.