Make integration tests use an empty map instead of saltern by default (#3094)
This commit is contained in:
@@ -80,6 +80,9 @@ namespace Content.IntegrationTests
|
||||
// Avoid funny race conditions with the database.
|
||||
options.CVarOverrides[CCVars.DatabaseSynchronous.Name] = "true";
|
||||
|
||||
// Avoid loading a large map by default for integration tests.
|
||||
options.CVarOverrides[CCVars.GameMap.Name] = "Maps/Test/empty.yml";
|
||||
|
||||
return base.StartServer(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user