#include <dispatch/dispatch.h>
+#include "keychain/ckks/CKKS.h"
int test_strict_bats = 1;
int test_verbose = 0;
error:&error],
"Failed to make %@: %@", preferencesURL, error);
- if (ok > 0)
+ if (ok > 0) {
securityd_init((__bridge CFURLRef) tmpDirURL);
+ SecCKKSDisable();
+ }
#endif