mirror of https://github.com/apache/poi.git
exclude file from integration test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0678b16f14
commit
c0c39ed779
|
@ -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…
Reference in New Issue