diff --git a/Projects/Server.Tests/Tests/Utility/HtmlEscapeTests.cs b/Projects/Server.Tests/Tests/Utility/HtmlEscapeTests.cs index 089852974..e2172a191 100644 --- a/Projects/Server.Tests/Tests/Utility/HtmlEscapeTests.cs +++ b/Projects/Server.Tests/Tests/Utility/HtmlEscapeTests.cs @@ -8,6 +8,7 @@ namespace Server.Tests; /// Tests for the Html.EscapeHtml extension methods. /// These tests verify correct HTML entity escaping and edge cases. /// +[Collection("Sequential Server Tests")] public class HtmlEscapeTests { [Theory(DisplayName = "No escaping needed")]