diff --git a/server/src/test/java/com/defold/extender/IntegrationTest.java b/server/src/test/java/com/defold/extender/IntegrationTest.java index 8aaa9f03..875b69af 100644 --- a/server/src/test/java/com/defold/extender/IntegrationTest.java +++ b/server/src/test/java/com/defold/extender/IntegrationTest.java @@ -659,7 +659,8 @@ public void buildEngineAppManifest() throws IOException, ExtenderClientException @Test public void buildLinkWithoutDotLib() throws IOException, ExtenderClientException { - org.junit.Assume.assumeTrue("This test is for Win32", configuration.platform.contains("win32")); + org.junit.Assume.assumeTrue("This test is for Win32", configuration.platform.contains("win32") && + (configuration.version.version.isGreaterThan(1, 2, 134) || configuration.version.version.isVersion(0, 0, 0) )); File cacheDir = new File("build"); ExtenderClient extenderClient = new ExtenderClient("http://localhost:" + EXTENDER_PORT, cacheDir);