diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index e4ed5ee117..6a68675763 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -1,6 +1,7 @@ using Content.Client; using Content.Client.Interfaces.Parallax; using Robust.Shared.ContentPack; +using Robust.Shared.Interfaces.Configuration; using Robust.Shared.IoC; using Robust.UnitTesting; @@ -13,6 +14,9 @@ namespace Content.IntegrationTests options = options ?? new ClientIntegrationOptions(); options.BeforeStart += () => { + // Connecting to Discord is a massive waste of time. + // Basically just makes the CI logs a mess. + IoCManager.Resolve().SetCVar("discord.enabled", false); IoCManager.Resolve().SetModuleBaseCallbacks(new ClientModuleTestingCallbacks { ClientBeforeIoC = () =>