Skip to content

Commit

Permalink
Temporarily disable thread test that fails with tiering
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kouvel committed Jul 31, 2018
1 parent 6dc43c7 commit 642776b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Threading.Thread/tests/ThreadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 642776b

Please sign in to comment.