Removes comments

This commit is contained in:
Kamron Batman 2026-07-21 07:47:34 -07:00
parent 72c568fc8b
commit 960f4ff2e5
No known key found for this signature in database
GPG key ID: 7D81DF26D9A5D94A
2 changed files with 0 additions and 5 deletions

View file

@ -4,9 +4,6 @@ using Xunit;
namespace Server.Tests.Buffers;
// Uses the shared, deliberately lock-free STArrayPool<char> (via RawInterpolatedStringHandler.Clear),
// so it must run in the non-parallel collection like STArrayPoolTests/ValueStringBuilderTests — otherwise
// it races another pool test and trips STArrayPool's single-threaded Debug.Assert.
[Collection("Sequential Server Tests")]
public class RawInterpolatedStringHandlerTests
{

View file

@ -4,8 +4,6 @@ using Xunit;
namespace UOContent.Tests;
// Fixture-backed: parsing a reference type through Server.Types (Poison) needs the poison registry
// populated, which requires Core.Expansion (AOS+, set by the fixture) and PoisonKinds.Configure().
[Collection("Sequential UOContent Tests")]
public class AdvancedSearchTypesTests
{