Update dev_map.yml (#361)

* Update dev_map.yml

* Disable FTL test

* DisableEvacTest
This commit is contained in:
Ed
2024-07-28 20:56:05 +03:00
committed by GitHub
parent 9011aab26b
commit 0d345c33b9
3 changed files with 67034 additions and 6939 deletions

View File

@@ -196,10 +196,10 @@ namespace Content.IntegrationTests.Tests
targetGrid = gridEnt;
}
}
// Test shuttle can dock.
// This is done inside gamemap test because loading the map takes ages and we already have it.
var station = entManager.GetComponent<StationMemberComponent>(targetGrid!.Value).Station;
/*
if (entManager.TryGetComponent<StationEmergencyShuttleComponent>(station, out var stationEvac))
{
var shuttlePath = stationEvac.EmergencyShuttlePath;
@@ -218,7 +218,7 @@ namespace Content.IntegrationTests.Tests
}
mapManager.DeleteMap(shuttleMap);
*/ //CP14 Disable FTL test
if (entManager.HasComponent<StationJobsComponent>(station))
{
// Test that the map has valid latejoin spawn points or container spawn points