diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-20 13:19:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-20 13:19:30 +0000 |
commit | c0c39ed7793ab7ffe803c838a19f918dca80f9c7 (patch) | |
tree | f14bd1a57952106641eff96d5368618d5b6b5ea7 /poi-integration | |
parent | 0678b16f141980cb846c7e0e2c38cdcb25573867 (diff) | |
download | poi-c0c39ed7793ab7ffe803c838a19f918dca80f9c7.tar.gz poi-c0c39ed7793ab7ffe803c838a19f918dca80f9c7.zip |
exclude file from integration test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index e90cdbd810..f35f3b27fb 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -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( |