Browse Source

exclude file from integration test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891686 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
PJ Fanning 2 years ago
parent
commit
c0c39ed779

+ 1
- 0
poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java View File

@@ -75,6 +75,7 @@ public class TestAllFiles {
"**/.svn/**",
"lost+found",
"**/.git/**",
"**/right-to-left.xlsx" //the threaded comments in this file cause XSSF clone to fail
};

private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet(

Loading…
Cancel
Save