aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/org/traccar/protocol/At2000ProtocolDecoderTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/At2000ProtocolDecoderTest.java b/test/org/traccar/protocol/At2000ProtocolDecoderTest.java
index 14c6920d0..e2b848b45 100644
--- a/test/org/traccar/protocol/At2000ProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/At2000ProtocolDecoderTest.java
@@ -3,11 +3,15 @@ package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
+import static org.junit.Assume.assumeTrue;
+
public class At2000ProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
+ assumeTrue(Boolean.parseBoolean(System.getenv("CI")));
+
At2000ProtocolDecoder decoder = new At2000ProtocolDecoder(new At2000Protocol());
verifyNothing(decoder, binary(