Skip to content

Commit 4ab733a

Browse files
committed
chore: Marked SkipMacOsAttribute as obsolete
1 parent 59d776a commit 4ab733a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TUnit.TestProject/Attributes/SkipMacOSAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace TUnit.TestProject.Attributes;
44

5+
[Obsolete("Use `[ExcludeOnAttribute(OS.MacOS)]` instead.")]
56
public class SkipMacOSAttribute(string reason) : SkipAttribute(reason)
67
{
78
public override Task<bool> ShouldSkip(BeforeTestContext context)

0 commit comments

Comments
 (0)