Skip to content

Commit

Permalink
Revert temporary exclusion of failing Jetty 11 tests
Browse files Browse the repository at this point in the history
Closes gh-27424

This reverts commit 5eac855.
  • Loading branch information
rstoyanchev committed Sep 17, 2021
1 parent 0142648 commit 958eb0f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,18 +299,6 @@ configure([rootProject] + javaProjects) { project ->
test {
useJUnitPlatform()
include(["**/*Tests.class", "**/*Test.class"])
// TODO Enable excluded tests (https://github.com/spring-projects/spring-framework/issues/27424)
filter {
excludeTestsMatching("*ErrorHandlerIntegrationTests")
excludeTestsMatching("*RequestPartIntegrationTests")
excludeTestsMatching("*WebSocketConfigurationTests")
excludeTestsMatching("*WebSocketHandshakeTests")
excludeTestsMatching("*StompWebSocketIntegrationTests")
excludeTestsMatching("*RequestMappingIntegrationTests")
excludeTestsMatching("*CrossOriginAnnotationIntegrationTests")
excludeTestsMatching("*NestedRouteIntegrationTests")
excludeTestsMatching("*WebSocketIntegrationTests")
}
systemProperty("java.awt.headless", "true")
systemProperty("testGroups", project.properties.get("testGroups"))
systemProperty("io.netty.leakDetection.level", "paranoid")
Expand Down

0 comments on commit 958eb0f

Please sign in to comment.