@ -40,7 +40,7 @@ jobs:
matrix:
# TODO 29 fails due to Mockito issues, probably reproducible locally.
# 22, 23, 24, 25, 26, 27, 28 work - some of them, with SdkExclude restrictions.
EMULATOR_API: [26]
EMULATOR_API: [22, 23, 24, 25, 26, 27, 28]
EMULATOR_ARCH: [x86_64]
steps:
- uses: actions/checkout@v1
@ -17,7 +17,7 @@ import androidx.test.filters.RequiresDevice;
*/
@RunWith(AndroidJUnit4.class)
@LargeTest
// @RequiresDevice
@RequiresDevice
public class Camera1IntegrationTest extends CameraIntegrationTest {
@NonNull