We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3639b6 commit fe3fd57Copy full SHA for fe3fd57
src/Build.UnitTests/BackEnd/TaskHostFactory_Tests.cs
@@ -16,7 +16,7 @@ public sealed class TaskHostFactory_Tests
16
{
17
[Fact]
18
[SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp, "https://github.com/microsoft/msbuild/issues/5158")]
19
- [Trait("Category", "mono-osx-failing")]
+ [SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "test does not complete on mono")]
20
public void TaskNodesDieAfterBuild()
21
22
using (TestEnvironment env = TestEnvironment.Create())
0 commit comments