Skip to content

Commit 436a457

Browse files
authored
Quarantine EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails (#64306)
1 parent 7d69217 commit 436a457

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/ServerExecutionTests/WebSocketCompressionTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
88
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
99
using Microsoft.AspNetCore.E2ETesting;
10+
using Microsoft.AspNetCore.InternalTesting;
1011
using Microsoft.Extensions.DependencyInjection;
1112
using OpenQA.Selenium;
1213
using TestServer;
@@ -96,6 +97,7 @@ public abstract partial class BlockedWebSocketCompressionTests(
9697
: ServerTestBase<BasicTestAppServerSiteFixture<RazorComponentEndpointsStartup<App>>>(browserFixture, serverFixture, output)
9798
{
9899
[Fact]
100+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/64305")]
99101
public void EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails()
100102
{
101103
Navigate("/subdir/iframe");

0 commit comments

Comments
 (0)