Remove the test exclusion for RecordStresser and RecordsStresser from Gradle integration tests

These classes don't exist.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marius Volkhart 2021-02-26 22:05:16 +00:00
parent 6fe733c92a
commit a49347e8d0
1 changed files with 0 additions and 2 deletions

View File

@ -423,13 +423,11 @@ project('integrationtest') {
// exclude these from the normal test-run
exclude '**/TestAllFiles.class'
exclude '**/*FileHandler.class'
exclude '**/RecordsStresser.class'
}
task integrationTest(type: Test) {
// these are just tests used during development of more test-code
exclude '**/*FileHandler.class'
exclude '**/RecordStresser.class'
}
japicmp.enabled = false