Index: trunk/test/unit/org/CustomMatchers.java
===================================================================
--- trunk/test/unit/org/CustomMatchers.java	(revision 6538)
+++ trunk/test/unit/org/CustomMatchers.java	(revision 6543)
@@ -1,2 +1,3 @@
+// License: GPL. For details, see LICENSE file.
 package org;
 
@@ -4,8 +5,10 @@
 import org.hamcrest.Matcher;
 import org.hamcrest.TypeSafeMatcher;
+import org.junit.Ignore;
 import org.openstreetmap.josm.tools.Predicate;
 
 import java.util.Collection;
 
+@Ignore("no test")
 public class CustomMatchers {
 
