mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Skip TransformerPauseResumeTest on vivo 1901
The process crashes unexpectedly on vivo devices. When test is run individually it completes successfully. PiperOrigin-RevId: 652496852
This commit is contained in:
parent
bb9ff30c3a
commit
d747f38f59
1 changed files with 2 additions and 1 deletions
|
|
@ -411,9 +411,10 @@ public class TransformerPauseResumeTest {
|
|||
private static boolean shouldSkipDevice() {
|
||||
// v26 emulators are not producing I-frames, due to which resuming export does not work as
|
||||
// expected.
|
||||
// On vivo 1820 and vivo 1906, the process crashes unexpectedly.
|
||||
// On vivo 1820 and vivo 1906, the process crashes unexpectedly (see b/310566201).
|
||||
return (Util.SDK_INT == 26 && Util.isRunningOnEmulator())
|
||||
|| (Util.SDK_INT == 27 && Ascii.equalsIgnoreCase(Util.MODEL, "vivo 1820"))
|
||||
|| (Util.SDK_INT == 28 && Ascii.equalsIgnoreCase(Util.MODEL, "vivo 1901"))
|
||||
|| (Util.SDK_INT == 28 && Ascii.equalsIgnoreCase(Util.MODEL, "vivo 1906"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue