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:
PJ Fanning 2021-07-20 13:19:30 +00:00
parent 0678b16f14
commit c0c39ed779
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class TestAllFiles {
"**/.svn/**", "**/.svn/**",
"lost+found", "lost+found",
"**/.git/**", "**/.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( private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet(