Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2020-06-01 21:54:34 +0300
committerGitHub <noreply@github.com>2020-06-01 21:54:34 +0300
commit12949b7cb7d51bd11de9f20fd03ba9365a265be3 (patch)
treecf71377106ea107875672a50ad4b2705a8410f58 /src/Components
parentd2b3eecedb63883d563e2f03842c2a4709bc2308 (diff)
Quarantine flaky tests (#22424)
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs b/src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs
index 3549a7a8b6..f85aed4bb5 100644
--- a/src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs
+++ b/src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs
@@ -42,6 +42,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
}
[Fact]
+ [QuarantinedTest]
public void CanRenderTextOnlyComponent()
{
var appElement = Browser.MountTestComponent<TextOnlyComponent>();