Skip to content

Commit

Permalink
Disable rt server by default in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Nov 30, 2022
1 parent 67aea4b commit 67bb657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (e *Environment) Start(opts ...EnvironmentOption) error {
enableGateway: true,
enableCortex: true,
enableDisconnectServer: true,
enableRealtimeServer: true,
enableRealtimeServer: false,
agentIdSeed: time.Now().UnixNano(),
defaultAgentVersion: defaultAgentVersion(),
storageBackend: defaultStorageBackend(),
Expand Down

0 comments on commit 67bb657

Please sign in to comment.