mattermost: disable failing aarch64 tests
These were added fairly recently, and apparently test that thumbnailing an image exactly matches a reference image, which varies by arch.
This commit is contained in:
@@ -146,6 +146,10 @@ mattermost.overrideAttrs (
|
||||
++ optionals (!stdenv.hostPlatform.isx86_64) [
|
||||
# aarch64: invalid operating system or processor architecture
|
||||
"TestCanIUpgradeToE0"
|
||||
|
||||
# aarch64: thumbnail previews are nondeterministic
|
||||
"TestUploadFiles/multipart_Happy_image_thumbnail"
|
||||
"TestUploadFiles/simple_Happy_image_thumbnail"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user