We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SkipMacOsAttribute
1 parent 59d776a commit 4ab733aCopy full SHA for 4ab733a
TUnit.TestProject/Attributes/SkipMacOSAttribute.cs
@@ -2,6 +2,7 @@
2
3
namespace TUnit.TestProject.Attributes;
4
5
+[Obsolete("Use `[ExcludeOnAttribute(OS.MacOS)]` instead.")]
6
public class SkipMacOSAttribute(string reason) : SkipAttribute(reason)
7
{
8
public override Task<bool> ShouldSkip(BeforeTestContext context)
0 commit comments