Index: trunk/test/unit/org/CustomMatchers.java
===================================================================
--- trunk/test/unit/org/CustomMatchers.java	(revision 16634)
+++ trunk/test/unit/org/CustomMatchers.java	(revision 17275)
@@ -12,5 +12,5 @@
 import org.hamcrest.Matcher;
 import org.hamcrest.TypeSafeMatcher;
-import org.junit.Ignore;
+import org.junit.jupiter.api.Disabled;
 import org.openstreetmap.josm.data.Bounds;
 import org.openstreetmap.josm.data.coor.EastNorth;
@@ -20,5 +20,5 @@
  * Custom matchers for unit tests.
  */
-@Ignore("no test")
+@Disabled("no test")
 public final class CustomMatchers {
 
