Skip to content

Commit

Permalink
Remove failure expectations for fixed issue
Browse files Browse the repository at this point in the history
This commit reverts failure expectations for a Spring Framework issue
as it has been fixed.

See spring-projects/spring-framework#33272
  • Loading branch information
snicoll committed Jul 29, 2024
1 parent 6b2942e commit ede5183
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 115 deletions.
8 changes: 0 additions & 8 deletions boot/boot-tcf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions boot/json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
3 changes: 0 additions & 3 deletions data/data-jdbc-h2-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ dependencies {
aotSmokeTest {
nativeTest {
javaVersion = '22'
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions data/data-jdbc-h2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions data/data-jpa-entityscan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions data/data-jpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions framework/jdbc-h2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
8 changes: 0 additions & 8 deletions framework/tcf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ dependencies {
appTestImplementation(project(":aot-smoke-test-support"))
appTestImplementation("org.awaitility:awaitility:4.2.0")
}

aotSmokeTest {
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions framework/webflux-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions framework/webflux-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions framework/webflux-undertow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
2 changes: 1 addition & 1 deletion framework/webmvc-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aotSmokeTest {
}
nativeTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495 and https://github.com/spring-projects/spring-framework/issues/33272"
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}
5 changes: 0 additions & 5 deletions framework/webmvc-tomcat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions framework/webmvc-undertow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions graphql/graphql-webflux-rsocket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions graphql/graphql-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions graphql/graphql-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions security/ldap-odm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions security/security-ldap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}
5 changes: 0 additions & 5 deletions security/security-thymeleaf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ dependencies {

aotSmokeTest {
webApplication = true
nativeTest {
expectedToFail {
becauseOf "https://github.com/spring-projects/spring-framework/issues/33272"
}
}
}

0 comments on commit ede5183

Please sign in to comment.