Skip to content

Commit

Permalink
Temporarily skip ML-DSA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Mar 2, 2025
1 parent 50c61fe commit d536459
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tst/com/amazon/corretto/crypto/provider/test/MLDSATest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ public class MLDSATest {
private static final Provider NATIVE_PROVIDER = AmazonCorrettoCryptoProvider.INSTANCE;
private static final int[] MESSAGE_LENGTHS = new int[] {0, 1, 16, 32, 2047, 2048, 2049, 4100};

// TODO: remove this disablement when ACCP consumes an AWS-LC-FIPS release with ML-DSA
// TODO [childw]: revert this change before publishing, once ML-DSA seeds-as-keys is merged
public static boolean isDisabled() {
return AmazonCorrettoCryptoProvider.INSTANCE.isFips()
&& !AmazonCorrettoCryptoProvider.INSTANCE.isExperimentalFips();
return true;
}

private static class TestParams {
Expand Down

0 comments on commit d536459

Please sign in to comment.