Skip to content

Commit 5ebd7bf

Browse files
Merge pull request #2767 from davidfestal/fix-syncer-vw-flakes
🐛 tmc e2e: fix Syncer virtual workspace e2e test flakes
2 parents 2244d9a + d687963 commit 5ebd7bf

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed

test/e2e/framework/kcp.go

Lines changed: 1 addition & 1 deletion
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)