Skip to content

Commit

Permalink
Disable hanging tests (#5369)
Browse files Browse the repository at this point in the history
To reenable: #5229.
  • Loading branch information
Forgind committed May 29, 2020
1 parent 0c7dc8c commit 756efb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MSBuild.UnitTests/XMake_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ public void ResponseFileSupportsThisFileDirectory()
/// <summary>
/// Test that low priority builds actually execute with low priority.
/// </summary>
[Fact]
[Fact(Skip = "https://github.com/microsoft/msbuild/issues/5229")]
public void LowPriorityBuild()
{
RunPriorityBuildTest(expectedPrority: ProcessPriorityClass.BelowNormal, arguments: "/low");
Expand All @@ -1224,7 +1224,7 @@ public void LowPriorityBuild()
/// <summary>
/// Test that normal builds execute with normal priority.
/// </summary>
[Fact]
[Fact(Skip = "https://github.com/microsoft/msbuild/issues/5229")]
public void NormalPriorityBuild()
{
// In case we are already running at a different priority, validate
Expand Down

0 comments on commit 756efb7

Please sign in to comment.