Skip to content

Commit a8c0b51

Browse files
author
Aleksandar Gradinac
committed
Remove a maven functional test that is now invalid
1 parent 744d0ac commit a8c0b51

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven/MetadataRepositoryFunctionalTest.groovy

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,12 @@ class MetadataRepositoryFunctionalTest extends AbstractGraalVMMavenFunctionalTes
5555
outputContains "Reflection failed"
5656
}
5757

58-
void "it produces a warning if enabled but no repository is configured"() {
59-
given:
60-
withSample("native-config-integration")
61-
62-
when:
63-
mvn '-Pnative,metadataEnabled', '-DskipTests', 'package', 'exec:exec@native'
64-
65-
then:
66-
buildSucceeded
67-
outputContains "GraalVM reachability metadata repository is enabled, but no repository has been configured"
68-
outputContains "Reflection failed"
69-
}
70-
7158
void "it can use a metadata repository"() {
7259
given:
7360
withSample("native-config-integration")
7461

7562
when:
76-
mvn '-Pnative,metadataDefault', '-DskipTests', 'package', 'exec:exec@native'
63+
mvn '-Pnative,metadataLocal', '-DskipTests', 'package', 'exec:exec@native'
7764

7865
then:
7966
buildSucceeded

0 commit comments

Comments
 (0)