Skip to content

Commit fe3fd57

Browse files
committed
Skip instead of fail
1 parent b3639b6 commit fe3fd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Build.UnitTests/BackEnd/TaskHostFactory_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public sealed class TaskHostFactory_Tests
1616
{
1717
[Fact]
1818
[SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp, "https://github.com/microsoft/msbuild/issues/5158")]
19-
[Trait("Category", "mono-osx-failing")]
19+
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "test does not complete on mono")]
2020
public void TaskNodesDieAfterBuild()
2121
{
2222
using (TestEnvironment env = TestEnvironment.Create())

0 commit comments

Comments
 (0)