pull/696/head
Mattia Iavarone 6 years ago
parent 3db6fd3fc0
commit 751dcdb0df
  1. 3
      .github/workflows/build.yml
  2. 2
      cameraview/src/androidTest/java/com/otaliastudios/cameraview/engine/Camera2IntegrationTest.java

@ -40,7 +40,8 @@ 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: [22, 23, 24, 25, 26, 27, 28]
# EMULATOR_API: [22, 23, 24, 25, 26, 27, 28]
EMULATOR_API: [26]
EMULATOR_ARCH: [x86_64]
steps:
- uses: actions/checkout@v1

@ -24,7 +24,7 @@ import java.util.concurrent.CountDownLatch;
*/
@RunWith(AndroidJUnit4.class)
@LargeTest
@RequiresDevice
// @RequiresDevice
public class Camera2IntegrationTest extends CameraIntegrationTest {
@NonNull

Loading…
Cancel
Save