e742fee452
Claude-Session: https://claude.ai/code/session_01GASWkNEi68FSCtvr6rLoEW
7 lines
371 B
C#
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)]
|