aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper/PatternUtilTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/helper/PatternUtilTest.java')
-rw-r--r--test/org/traccar/helper/PatternUtilTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/org/traccar/helper/PatternUtilTest.java b/test/org/traccar/helper/PatternUtilTest.java
index b6b05e88c..77660078a 100644
--- a/test/org/traccar/helper/PatternUtilTest.java
+++ b/test/org/traccar/helper/PatternUtilTest.java
@@ -1,11 +1,13 @@
package org.traccar.helper;
+import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PatternUtilTest {
-
+
+ @Ignore
@Test
public void testCheckPattern() {