From 33f0933b0da5d1afdfdfcb33ce3675968174f3fe Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 16 Oct 2023 09:25:51 -0400 Subject: [PATCH] Stop spamming firewall exceptions on dev machines --- tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index aff760753e..b2430e68d2 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -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();