mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-19 07:54:17 +01:00
Remove XTestBatcherChannelClosingRace (~95 lines) and XTestBatcherScalability (~515 lines). These were disabled by prefixing with X (making them invisible to go test) and served as dead code. The functionality they covered is exercised by the active test suite. Updates #2545