.......................Not enough or too many segments
..............................FUnable to disable MFA; user has email recovery disabled.
.MFA has been disabled.
...Successfully disabled email backups.
..
Failures:
1) User download_backup
Failure/Error: File.open("tmp/#{email}-restore.txt", 'w') { |file| file.write(body) }
Errno::ENOENT:
No such file or directory @ rb_sysopen - tmp/sn@testing.com-restore.txt
# ./app/models/user.rb:37:in `initialize'
# ./app/models/user.rb:37:in `open'
# ./app/models/user.rb:37:in `download_backup'
# ./spec/models/user_spec.rb:113:in `block (3 levels) in <top (required)>'
Finished in 9.01 seconds (files took 2.48 seconds to load)
60 examples, 1 failure
One test is failing on a fresh local filesystem setup and CI. It was marked as skipped in this PR https://github.com/standardnotes/syncing-server/pull/52 and should be reimplemented in a different fashion.
Error output from the test run:
cc @johnny243