test: separate diagnostic apparatus from release gates
This commit is contained in:
parent
8f490240d4
commit
c1a905004a
33 changed files with 527 additions and 24 deletions
|
|
@ -127,7 +127,8 @@ public sealed class EnvCellSoundEmitterInventoryTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void PortalDat_SetupsWithAmbientSlotSoundTables()
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void Diagnostic_PortalDat_SetupsWithAmbientSlotSoundTables()
|
||||
{
|
||||
string? datDir = ConformanceDats.ResolveDatDir();
|
||||
if (datDir is null)
|
||||
|
|
@ -184,7 +185,8 @@ public sealed class EnvCellSoundEmitterInventoryTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void SoundTables_WithAmbientSlots_ExistForWireBinding()
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void Diagnostic_SoundTables_WithAmbientSlots_ExistForWireBinding()
|
||||
{
|
||||
string? datDir = ConformanceDats.ResolveDatDir();
|
||||
if (datDir is null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue