Files
lmxopcua/tests/Server/ZB.MOM.WW.OtOpcUa.Host.Tests/AssemblyInfo.cs
T

7 lines
371 B
C#

using Xunit;
// The TelemetryStreamGrpcService concurrency counter is process-wide (static). Run this assembly's
// tests serially so the cap test observes a deterministic active-stream count with no cross-test
// interference. This project holds only telemetry tests, so serial execution costs nothing.
[assembly: CollectionBehavior(DisableTestParallelization = true)]