Skip to content

Commit

Permalink
Add more flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk committed Aug 7, 2024
1 parent f86e70e commit 3c7c6a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/CipherTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ public class CipherTest {
"AES192/GCM/ISO10126_2",
"AES128/GCM/PKCS7",
"AES256/CTR/NONE",
"AES128/CBC/NONE",
"AES128/CBC/PKCS5",
"AES128/CTR/PKCS5",
"AES128/CFB1/X9_23"
);

Expand Down

0 comments on commit 3c7c6a5

Please sign in to comment.