From c0c39ed7793ab7ffe803c838a19f918dca80f9c7 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 20 Jul 2021 13:19:30 +0000 Subject: [PATCH] exclude file from integration test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891686 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/poi/stress/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) 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 EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet(