From e0f92ddd94cc2f34f386e951f1beb2c2ce60cb2e Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Fri, 5 Apr 2019 21:21:25 -0300 Subject: [PATCH] Enable integration tests --- .../java/com/otaliastudios/cameraview/IntegrationTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cameraview/src/androidTest/java/com/otaliastudios/cameraview/IntegrationTest.java b/cameraview/src/androidTest/java/com/otaliastudios/cameraview/IntegrationTest.java index 227d7833..182beacb 100644 --- a/cameraview/src/androidTest/java/com/otaliastudios/cameraview/IntegrationTest.java +++ b/cameraview/src/androidTest/java/com/otaliastudios/cameraview/IntegrationTest.java @@ -34,14 +34,11 @@ import static org.mockito.Mockito.spy; /** - * These tests work great on real devices, and are the only way to test actual CameraController + * These tests are the only way to test actual CameraController * implementation - we really need to open the camera device. - * Unfortunately they fail unreliably on emulated devices, due to some bug with the - * emulated camera controller. Waiting for it to be fixed. */ @RunWith(AndroidJUnit4.class) @MediumTest -@Ignore public class IntegrationTest extends BaseTest { @Rule