Skip to content

Commit e4f6d13

Browse files
committed
test: re add 6.4.0 skip
1 parent 9402735 commit e4f6d13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/client-side-encryption/client_side_encryption.spec.test.ts

+7
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ describe('Client Side Encryption (Legacy)', function () {
107107
if (typeof result === 'string') return result;
108108
}
109109

110+
if (['Insert with deterministic encryption, then find it'].includes(description)) {
111+
const result = configuration.filters.ClientSideEncryptionFilter.filter({
112+
metadata: { requires: { clientSideEncryption: '>=6.4.0' } }
113+
});
114+
115+
if (typeof result === 'string') return result;
116+
}
110117
return true;
111118
});
112119
});

0 commit comments

Comments
 (0)