Skip to content

Commit b67fd5a

Browse files
rudsbergdnestoro
authored andcommitted
Re-enable SBOM integration tests
1 parent 64acfa4 commit b67fd5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
6868
EE() && jdkVersionSupportsAugmentedSBOM()
6969
}
7070

71-
@Ignore
7271
@Requires({ supportedAugmentedSBOMVersion() })
7372
def "sbom is exported and embedded when buildArg '--enable-sbom=export,embed' is used"() {
7473
withSample 'java-application'
@@ -93,7 +92,6 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
9392
* If user sets {@link NativeCompileNoForkMojo#AUGMENTED_SBOM_PARAM_NAME} to true then Native Image should be
9493
* invoked with '--enable-sbom' and an SBOM should be embedded in the image.
9594
*/
96-
@Ignore
9795
@Requires({ supportedAugmentedSBOMVersion() })
9896
def "sbom is embedded when only the augmented sbom parameter is used (but not the '--enable-sbom' buildArg)"() {
9997
withSample 'java-application'

0 commit comments

Comments
 (0)