Disable discord connections in integration tests again.

???
This commit is contained in:
Pieter-Jan Briers
2021-01-15 10:58:09 +01:00
parent 295de8f114
commit 6a74deab37

View File

@@ -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);
}