File tree 1 file changed +0
-2
lines changed
native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
68
68
EE () && jdkVersionSupportsAugmentedSBOM()
69
69
}
70
70
71
- @Ignore
72
71
@Requires ({ supportedAugmentedSBOMVersion() })
73
72
def " sbom is exported and embedded when buildArg '--enable-sbom=export,embed' is used" () {
74
73
withSample ' java-application'
@@ -93,7 +92,6 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
93
92
* If user sets {@link NativeCompileNoForkMojo#AUGMENTED_SBOM_PARAM_NAME} to true then Native Image should be
94
93
* invoked with '--enable-sbom' and an SBOM should be embedded in the image.
95
94
*/
96
- @Ignore
97
95
@Requires ({ supportedAugmentedSBOMVersion() })
98
96
def "sbom is embedded when only the augmented sbom parameter is used (but not the '--enable -sbom ' buildArg )" () {
99
97
withSample 'java-application'
You can’t perform that action at this time.
0 commit comments