-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Convert, Image Management
-
Epic Link:
-
Backlog priority:600
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.37
-
Story Points:1
This test calls imagemagick's convert command with the -depth parameter set to 0.
Mac OS doesn't seem to support that (tested on 3 macs with various configurations / IDE Kevin Leturc, Salem Aouana, and Nour Al Kotob).
The command line output says explicitly, depth not supported.
The command line works fine with no depth
The command line works fine with meaningfull depth like -depth 8
The test works fine on CI so we assume the issue is specific to mac OS.
The solution would be to not give depth param if not necessary.
Or to put something meaningful by default if on mac OS.
Or skip the test on macOS.