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)]