Skip to content

Commit 8042fd3

Browse files
committed
m
1 parent b62a2d1 commit 8042fd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
9696
return;
9797
}
9898
Validate();
99-
StringOrdering();
99+
// Because of Dafny-Rust's lack of modules, there is no way to mae an interceptor for the wrapped DB-ESDK client.
100+
// So we create runtimes/rust/SkipLocal.txt to skip those tests that need the wrapped client.
100101
var skipLocal := FileIO.ReadBytesFromFile("SkipLocal.txt");
101102
if skipLocal.Success? {
102103
return;
103104
}
105+
StringOrdering();
104106
BasicIoTest();
105107
RunIoTests();
106108
BasicQueryTest();

0 commit comments

Comments
 (0)