Skip to content

Commit

Permalink
Remove obsolete test filters
Browse files Browse the repository at this point in the history
* Removes outdated known failures list
* Removes exclusion of longer running tests during snapshot builds
  • Loading branch information
msteindorfer committed Oct 2, 2023
1 parent 25e45e2 commit 208785a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ tasks.jar {
tasks.test {
maxParallelForks = 8
maxHeapSize = "1G"

filter {
if (isSnapshotBuild) {
excludeTestsMatching("*stepwise*")
}

if (project.hasProperty("ignoreKnownFailures")) {
excludeTestsMatching("*SetMultimapPropertiesTestSuite\$PersistentTrieSetMultimapTest.sizeAfterInsertKeyValues")
excludeTestsMatching("*SetMultimapPropertiesTestSuite\$PersistentTrieSetMultimapTest.sizeAfterTransientInsertKeyValues")
excludeTestsMatching("*SetMultimapPropertiesTestSuite\$PersistentBidirectionalTrieSetMultimapTest.sizeAfterInsertKeyValues")
}
}
}

publishing {
Expand Down

0 comments on commit 208785a

Please sign in to comment.