From 00fd41c8ee224d276cd93c3d3d3f6f668a82647e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Thu, 6 Feb 2025 16:10:05 -0800 Subject: [PATCH] Quarantining InteropTests.InteropTests.SpecialStatusMessage --- src/Grpc/Interop/test/InteropTests/InteropTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Grpc/Interop/test/InteropTests/InteropTests.cs b/src/Grpc/Interop/test/InteropTests/InteropTests.cs index 825c0ff3c06a..cc7e13f03b7c 100644 --- a/src/Grpc/Interop/test/InteropTests/InteropTests.cs +++ b/src/Grpc/Interop/test/InteropTests/InteropTests.cs @@ -55,6 +55,7 @@ public InteropTests(ITestOutputHelper output) public Task StatusCodeAndMessage() => InteropTestCase("status_code_and_message"); [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60245")] public Task SpecialStatusMessage() => InteropTestCase("special_status_message"); [Fact]