This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new e1a392b6 Oops, disable test e1a392b6 is described below commit e1a392b69f11184d50a0f976e3a4b3f318fc6660 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 30 09:00:40 2022 -0400 Oops, disable test --- .../commons/compress/harmony/unpack200/tests/Compress626Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/Compress626Test.java b/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/Compress626Test.java index ba475da1..690cb6ef 100644 --- a/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/Compress626Test.java +++ b/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/Compress626Test.java @@ -32,7 +32,7 @@ import org.junit.Ignore; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; -//@Disabled @Ignore +@Disabled @Ignore public class Compress626Test { @Test