Skip to content

Commit 589811d

Browse files
committed
Disable macOS-specific tests on non-macOS platforms
1 parent 0bda05f commit 589811d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/engineering/swat/watch/impl/mac/NativeEventStreamTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@
3939
import org.junit.jupiter.api.BeforeAll;
4040
import org.junit.jupiter.api.BeforeEach;
4141
import org.junit.jupiter.api.Test;
42+
import org.junit.jupiter.api.condition.EnabledOnOs;
43+
import org.junit.jupiter.api.condition.OS;
4244

4345
import engineering.swat.watch.TestDirectory;
4446
import engineering.swat.watch.TestHelper;
4547

48+
@EnabledOnOs({OS.MAC})
4649
public class NativeEventStreamTests {
4750

4851
private TestDirectory testDir;

0 commit comments

Comments
 (0)