Removes comments
This commit is contained in:
parent
72c568fc8b
commit
960f4ff2e5
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue