Commit ef48836d by huangdarwin Committed by Ian Baker

Test: Filter test more precisely, with model instead of manufacturer

PiperOrigin-RevId: 531233480
parent 32d10c61
......@@ -159,7 +159,7 @@ public class ExportTest {
.build();
MediaItem mediaItem = MediaItem.fromUri(Uri.parse(MP4_REMOTE_8K24_URI_STRING));
// TODO: b/281824052 - have requestCalculateSsim always be true after linked bug is fixed.
boolean requestCalculateSsim = !Util.MANUFACTURER.equals("samsung");
boolean requestCalculateSsim = !Util.MODEL.equals("SM-G991B");
new TransformerAndroidTestRunner.Builder(context, transformer)
.setRequestCalculateSsim(requestCalculateSsim)
.setTimeoutSeconds(180)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment