]> source.dussan.org Git - poi.git/commitdiff
disable more tests when running with java 1.8.0_292
authorPJ Fanning <fanningpj@apache.org>
Wed, 7 Jul 2021 14:12:46 +0000 (14:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 7 Jul 2021 14:12:46 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891365 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/poifs/crypt/dsig/TestSignatureInfo.java

index 77a709eb3b0547b942ec63c3db9e9b960c9e3448..30529032267aa013edd99b341a20867f991840ec 100644 (file)
@@ -400,6 +400,7 @@ class TestSignatureInfo {
     }
 
     @Test
+    @DisabledOnJreEx("1.8.0_292")
     void testSignSpreadsheet() throws Exception {
         String testFile = "hello-world-unsigned.xlsx";
         try (OPCPackage pkg = OPCPackage.open(copy(testdata.getFile(testFile)), PackageAccess.READ_WRITE)) {
@@ -418,6 +419,7 @@ class TestSignatureInfo {
     }
 
     @Test
+    @DisabledOnJreEx("1.8.0_292")
     void testManipulation() throws Exception {
         // sign & validate
         String testFile = "hello-world-unsigned.xlsx";