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