chore: Fixes flaky tests (#2386)

This commit is contained in:
Kamron Batman 2026-03-22 10:54:12 -07:00 committed by GitHub
parent 992bc95164
commit 2b66817937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ namespace Server.Tests;
/// Tests for the Html.EscapeHtml extension methods.
/// These tests verify correct HTML entity escaping and edge cases.
/// </summary>
[Collection("Sequential Server Tests")]
public class HtmlEscapeTests
{
[Theory(DisplayName = "No escaping needed")]