disable more tests when running with java 1.8.0_292

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-07-07 14:12:46 +00:00
parent f375c158d9
commit 91c163ed1d
1 changed files with 2 additions and 0 deletions

View 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";