ATS-702/ATS-675 override deprecatedCommandOptionsTest

This commit is contained in:
David Edwards
2020-04-07 17:08:41 +01:00
parent 401fe68a57
commit 1122d5bd80

View File

@@ -141,4 +141,12 @@ public class AIOControllerImageMagickTest extends ImageMagickControllerTestBase
}
@Test
@Override
public void deprecatedCommandOptionsTest() throws Exception
{
// Ignore test in super class as the CommandOptions is not within the imagemagick_engine_config.json
// as such it will not be considere a to have a valid transformer.
}
}