mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Disable strangely flaky test for now
This commit is contained in:
parent
648df4dd79
commit
6545971a7e
|
@ -27,6 +27,7 @@ import com.google.zxing.common.BitArray;
|
|||
import com.google.zxing.common.BitMatrix;
|
||||
import com.google.zxing.common.DecoderResult;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
|
@ -125,7 +126,8 @@ public final class EncoderTest extends Assert {
|
|||
" X X X X X X X X X X X X X X X X \n" +
|
||||
"X X X X X X X X X X X X X \n");
|
||||
}
|
||||
|
||||
|
||||
@Ignore("Flaky test for unknown reasons -- disabling for now")
|
||||
@Test
|
||||
public void testAztecWriter() throws Exception {
|
||||
testWriter("\u20AC 1 sample data.", "ISO-8859-1", 25, true, 2);
|
||||
|
|
Loading…
Reference in a new issue