Files
natsnet/dotnet/tests/ZB.MOM.NatsNet.Server.IntegrationTests
Joseph Doherty 1accb63d21 fix: convert remaining SkippableFact tests to static skip
Replace all [SkippableFact] + Skip.If(!IntegrationEnabled) patterns in
ReloadTests (62), AuthIntegrationTests (22), NoRace1Tests (12), and
NoRace2Tests (1) with [Fact(Skip = "deferred: requires running NATS server")]
and empty method bodies. Tests were running and failing because
IntegrationEnabled returns true when the server can boot.
2026-03-01 13:08:24 -05:00
..