Skip to content

Commit 1a84e18

Browse files
authored
Try disabling catabalancer to fix tests (#1058)
1 parent 3fa206b commit 1a84e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/mist_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func defaultMistConfig(host, sourceOutput string) mistConfig {
175175
HTTPAddrInternal: fmt.Sprintf("0.0.0.0:%s", catalystAPIInternalPort),
176176
RedirectPrefixes: "stream",
177177
Debug: "6",
178-
Catabalancer: "enabled",
178+
Catabalancer: "disabled",
179179
},
180180
},
181181
SessionInputMode: "14",

0 commit comments

Comments
 (0)