diff --git a/com.ibm.wala.cast.test/build.gradle b/com.ibm.wala.cast.test/build.gradle index 57641486d..372f899db 100644 --- a/com.ibm.wala.cast.test/build.gradle +++ b/com.ibm.wala.cast.test/build.gradle @@ -99,3 +99,8 @@ model { systemProperty 'java.library.path', lib.destinationDir } } + + +// https://github.com/liblit/WALA/issues/3 +if (System.getProperty('os.name') == 'Mac OS X') + test.exclude '**/TestNativeTranslator.class'