summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rwxr-xr-xtoolkit/qa/complex/toolkit/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/qa/complex/toolkit/makefile.mk b/toolkit/qa/complex/toolkit/makefile.mk
index e912721739c4..ecb173f9bdac 100755
--- a/toolkit/qa/complex/toolkit/makefile.mk
+++ b/toolkit/qa/complex/toolkit/makefile.mk
@@ -66,10 +66,13 @@ JARTARGET = $(TARGET).jar
JAVATESTFILES = \
GridControl.java \
UnitConversion.java \
- AccessibleStatusBar.java \
-# fails; no issue, yet (not sure this is worth it. Don't know who to give the issue to, and don't know whether the test really makes sense)
-# AccessibleStatusBarItem.java \
+
+# disabled for now - the tests fail on at least one platform
+# no issue, yet (not sure this is worth it. Don't know who to give the issue to, and don't know whether the test really makes sense)
+DISABLED_JAVA_TEST_FILES=\
+ AccessibleStatusBar.java\
+ AccessibleStatusBarItem.java
# --- Targets ------------------------------------------------------