Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e2175d6

Browse files
author
hft-team-city
committed
Merge branch 'merge-branch' into ea
2 parents 27df98d + af6d763 commit e2175d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎affinity/src/test/java/net/openhft/affinity/impl/PosixJNAAffinityTest.java‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@
2424
import org.junit.Test;
2525

2626
import static org.junit.Assert.assertTrue;
27+
import static org.junit.Assume.assumeFalse;
28+
import static org.junit.Assume.assumeTrue;
2729

2830
/**
2931
* @author peter.lawrey
3032
*/
3133
public class PosixJNAAffinityTest extends AbstractAffinityImplTest {
3234
@BeforeClass
3335
public static void checkJniLibraryPresent() {
34-
Assume.assumeTrue("linux".equalsIgnoreCase(System.getProperty("os.name")));
36+
assumeTrue("TODO FIX JNA library is not used, but the test is flaky", false);
37+
assumeTrue("linux".equalsIgnoreCase(System.getProperty("os.name")));
3538
}
3639

3740
@Override

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /