mirror of https://github.com/apache/poi.git
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:
parent
f375c158d9
commit
91c163ed1d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue