diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index 63c05143c7..20b35baf4b 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -49,7 +49,7 @@ namespace Content.IntegrationTests // Connecting to Discord is a massive waste of time. // Basically just makes the CI logs a mess. - options.CVarOverrides["discord.enabled"] = "true"; + options.CVarOverrides["discord.enabled"] = "false"; return base.StartClient(options); }