`ZipArchiveTest.cpp` fails to compile for non-editor targets in Development configuration.
`FZipArchiveCompressTest::RunTest` constructs `FZipArchiveReader`, which is editor only, but that section of the test is not wrapped in `WITH_EDITOR`.
This is a recurrence of [Link Removed] Closed . That issue was the same defect in `FZipArchiveTest`, fixed in 5.6 by wrapping the reader section in `WITH_EDITOR`. `FZipArchiveCompressTest` was added shortly afterwards with the same problem.
Try to build FZipArchiveCompressTest in a Development non-editor build
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-388564 in the post.