From 12949b7cb7d51bd11de9f20fd03ba9365a265be3 Mon Sep 17 00:00:00 2001 From: Brennan Date: Mon, 1 Jun 2020 11:54:34 -0700 Subject: [PATCH] Quarantine flaky tests (#22424) --- .../test/PubternabilityAnalyzerTests.cs | 1 + src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Analyzers/Internal.AspNetCore.Analyzers/test/PubternabilityAnalyzerTests.cs b/src/Analyzers/Internal.AspNetCore.Analyzers/test/PubternabilityAnalyzerTests.cs index 0c2f27644e..da536956b1 100644 --- a/src/Analyzers/Internal.AspNetCore.Analyzers/test/PubternabilityAnalyzerTests.cs +++ b/src/Analyzers/Internal.AspNetCore.Analyzers/test/PubternabilityAnalyzerTests.cs @@ -34,6 +34,7 @@ namespace A.Internal.Namespace [Theory] [MemberData(nameof(PublicMemberDefinitions))] + [QuarantinedTest] public async Task PublicExposureOfPubternalTypeProducesPUB0001(string member) { var code = GetSourceFromNamespaceDeclaration($@" 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();