Update dev_map.yml (#361)
* Update dev_map.yml * Disable FTL test * DisableEvacTest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user