Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion test/reproducers/1991003/FIPSKeysImporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
/*
* @test
* @summary Test for RH1991003 - FIPS keys importer
* @requires var.sys.fips == "true" & ( !(os.version ~= ".*el.*") | var.os.version.major >= 10 )
* @requires var.sys.fips == "true" & ( !(os.version ~= ".*el.*") | var.os.version.major >= 10 | jdk.version.major < 17)
* @run main/othervm/timeout=30 FIPSKeysImporter
*/

Expand Down
2 changes: 1 addition & 1 deletion test/reproducers/1991003/FIPSKeysImporterDSA.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/*
* @test
* @summary Test for RH1991003 - FIPS keys importer
* @requires var.sys.fips == "false" | (os.version ~= ".*el.*" & var.os.version.major < 10)
* @requires var.sys.fips == "false" | (os.version ~= ".*el.*" & var.os.version.major < 10 & jdk.version.major >= 17)
* @run main/othervm/timeout=30 FIPSKeysImporterDSA
*/

Expand Down