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
This commit is contained in:
Dominik Stadler 2021-07-07 10:04:26 +00:00
parent 8f2795a621
commit 6fabb98ea8
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ subprojects {
exclude '**/BaseTestCellUtil.class'
exclude '**/TestUnfixedBugs.class'
exclude '**/TestOneFile.class'
include '**/TestSig*.class'
// Exclude Test Suites
exclude '**/All*Tests.class'