Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Dec 2, 2024
1 parent b62a2d1 commit 8042fd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
return;
}
Validate();
StringOrdering();
// Because of Dafny-Rust's lack of modules, there is no way to mae an interceptor for the wrapped DB-ESDK client.
// So we create runtimes/rust/SkipLocal.txt to skip those tests that need the wrapped client.
var skipLocal := FileIO.ReadBytesFromFile("SkipLocal.txt");
if skipLocal.Success? {
return;
}
StringOrdering();
BasicIoTest();
RunIoTests();
BasicQueryTest();
Expand Down

0 comments on commit 8042fd3

Please sign in to comment.