Skip to content

Commit 5e1d35c

Browse files
committed
ignore JNAAffinityTest since it's no methods
1 parent 8d73fe4 commit 5e1d35c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/test/java/vanilla/java/affinity/JNAAffinityTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616

1717
package vanilla.java.affinity;
1818

19-
import org.junit.Assume;
20-
import org.junit.BeforeClass;
21-
import org.junit.Test;
19+
import org.junit.*;
2220

2321
/**
2422
* @author peter.lawrey
2523
*/
24+
@Ignore("No methods for now")
2625
public class JNAAffinityTest {
2726
@BeforeClass
2827
public static void checkJniLibraryPresent() {

0 commit comments

Comments
 (0)