mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-17 19:12:52 +01:00
Stop spamming firewall exceptions on dev machines
This commit is contained in:
@@ -135,6 +135,7 @@ namespace Tgstation.Server.Tests.Live
|
||||
"General:ByondTopicTimeout=10000",
|
||||
$"Session:HighPriorityLiveDreamDaemon={HighPriorityDreamDaemon}",
|
||||
$"Session:LowPriorityDeploymentProcesses={LowPriorityDeployments}",
|
||||
$"General:SkipAddingByondFirewallException={!TestingUtils.RunningInGitHubActions}",
|
||||
};
|
||||
|
||||
swarmArgs = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user