Upgrade failure expectations after reachability metadata upgrade
See gh-222
This commit is contained in:
committed by
Andy Wilkinson
parent
9863d0ab25
commit
0a947239ee
@@ -16,16 +16,3 @@ dependencies {
|
||||
appTestImplementation(project(":aot-smoke-test-support"))
|
||||
appTestImplementation("org.awaitility:awaitility:4.2.0")
|
||||
}
|
||||
|
||||
aotSmokeTest {
|
||||
nativeTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,11 +20,3 @@ dependencies {
|
||||
appTestImplementation(project(":aot-smoke-test-support"))
|
||||
appTestImplementation("org.awaitility:awaitility:4.2.0")
|
||||
}
|
||||
|
||||
aotSmokeTest {
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,16 +16,3 @@ dependencies {
|
||||
appTestImplementation(project(":aot-smoke-test-support"))
|
||||
appTestImplementation("org.awaitility:awaitility:4.2.0")
|
||||
}
|
||||
|
||||
aotSmokeTest {
|
||||
nativeTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,11 +25,3 @@ dependencies {
|
||||
appTestImplementation(project(":aot-smoke-test-support"))
|
||||
appTestImplementation("org.awaitility:awaitility:4.2.0")
|
||||
}
|
||||
|
||||
aotSmokeTest {
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,10 +19,3 @@ dependencies {
|
||||
appTestImplementation("org.awaitility:awaitility:4.2.0")
|
||||
}
|
||||
|
||||
aotSmokeTest {
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/issues/477"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user