We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1e656 commit 7834350Copy full SHA for 7834350
src/Components/test/E2ETest/ServerRenderingTests/RenderingTest.cs
@@ -5,6 +5,7 @@
5
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
6
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
7
using Microsoft.AspNetCore.E2ETesting;
8
+using Microsoft.AspNetCore.Testing;
9
using OpenQA.Selenium;
10
using TestServer;
11
using Xunit.Abstractions;
@@ -24,7 +25,7 @@ public RenderingTest(
24
25
public override Task InitializeAsync()
26
=> InitializeAsync(BrowserFixture.StreamingContext);
27
- [Fact]
28
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/49975")]
29
public void CanRenderLargeComponentsWithServerRenderMode()
30
{
31
Navigate($"{ServerPathBase}/large-html-server");
0 commit comments