< prev index next >

modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacPkgBundlerTest.java

Print this page
rev 9896 : 8193554: Disable failing fxpackager tests on macOS until JDK-8193232 is fixed
Reviewed-by:

*** 268,277 **** --- 268,278 ---- } /** * Build smoke test and mark it as quarantined, possibly signed */ + @Ignore("JDK-8193232") @Test public void quarantinedAppTest() throws IOException, ConfigException, UnsupportedPlatformException { AbstractBundler bundler = new MacPkgBundler();
*** 325,334 **** --- 326,336 ---- * <li>The jar containing the application (with a main-class attribute)</li> * </ul> * * All other values will be driven off of those two values. */ + @Ignore("JDK-8193232") @Test public void minimumConfig() throws IOException, ConfigException, UnsupportedPlatformException { Bundler bundler = new MacPkgBundler(); Map<String, Object> bundleParams = new HashMap<>();
< prev index next >