Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class SBOMFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
EE() && jdkVersionSupportsAugmentedSBOM()
}

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