diff options
author | Dominik Stadler <centic@apache.org> | 2021-07-07 10:04:26 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-07-07 10:04:26 +0000 |
commit | 6fabb98ea87efced52b1586e8ea69a4d33be433f (patch) | |
tree | 02fb67a4da24c49db05e0b43ebc606e11a074926 | |
parent | 8f2795a621bfccf69322b4becd6660f10b599607 (diff) | |
download | poi-6fabb98ea87efced52b1586e8ea69a4d33be433f.tar.gz poi-6fabb98ea87efced52b1586e8ea69a4d33be433f.zip |
Remove invalid "include" for tests which in fact disables almost all tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891348 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 21d96ee727..1281490993 100644 --- a/build.gradle +++ b/build.gradle @@ -210,7 +210,6 @@ subprojects { exclude '**/BaseTestCellUtil.class' exclude '**/TestUnfixedBugs.class' exclude '**/TestOneFile.class' - include '**/TestSig*.class' // Exclude Test Suites exclude '**/All*Tests.class' |