realm-swift
realm-swift copied to clipboard
Reenable metadata encryption when running object server tests on CI
trafficstars
Metadata encryption was disabled in 571b1daaf55ce69cc6849f9d1951f238441a87b6 because we have yet to automate CI to be able to allow access to the keychain when the process runs. We can't use our existing approach of security unlock <keychain name> before running the job because that keychain doesn't exist until the job runs.
We now test encrypted Realms in our ObjectServer tests.
Edit: This is not the same thing. My mistake.
We still have metadata encryption disabled when running tests on CI.