mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ignore JavaFX tests on Mac properly
This commit is contained in:
+3
-3
@@ -31,9 +31,9 @@ import java.util.List;
|
||||
|
||||
public class JavaFXCollapseSubtagToAttributeTest extends DaemonAnalyzerTestCase {
|
||||
@Override
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
Assume.assumeFalse(SystemInfo.isMac);
|
||||
protected void runTest() throws Throwable {
|
||||
Assume.assumeFalse(SystemInfo.isLinux);
|
||||
super.runTest();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
+3
-3
@@ -32,9 +32,9 @@ import org.junit.Assume;
|
||||
*/
|
||||
public class JavaFXHighlightingTest extends AbstractJavaFXTestCase {
|
||||
@Override
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
Assume.assumeFalse(SystemInfo.isMac);
|
||||
protected void runTest() throws Throwable {
|
||||
Assume.assumeFalse(SystemInfo.isLinux);
|
||||
super.runTest();
|
||||
}
|
||||
|
||||
public void testLoginForm() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user