From 642776baa37b8443383852b74dbbe034e716870f Mon Sep 17 00:00:00 2001 From: Koundinya Veluri Date: Tue, 31 Jul 2018 16:02:21 -0700 Subject: [PATCH] Temporarily disable thread test that fails with tiering See https://github.com/dotnet/coreclr/issues/19225. This would fail in every CoreFX CI job in CoreCLR repo (which seem to be PR-triggered) after tiering is enabled by default. --- src/System.Threading.Thread/tests/ThreadTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Threading.Thread/tests/ThreadTests.cs b/src/System.Threading.Thread/tests/ThreadTests.cs index 779f2883175c..39149a8367d6 100644 --- a/src/System.Threading.Thread/tests/ThreadTests.cs +++ b/src/System.Threading.Thread/tests/ThreadTests.cs @@ -183,6 +183,7 @@ public static void ApartmentState_AttributePresent(string AppName, string mode) [Fact] [ActiveIssue(20766,TargetFrameworkMonikers.UapAot)] + [ActiveIssue("https://github.com/dotnet/coreclr/issues/19225", TargetFrameworkMonikers.Netcoreapp)] [PlatformSpecific(TestPlatforms.Windows)] public static void ApartmentState_NoAttributePresent_DefaultState_Windows() {