Enable integration tests

pull/42/head
Mattia Iavarone 6 years ago
parent b9620b70e6
commit e0f92ddd94
  1. 5
      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. * 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) @RunWith(AndroidJUnit4.class)
@MediumTest @MediumTest
@Ignore
public class IntegrationTest extends BaseTest { public class IntegrationTest extends BaseTest {
@Rule @Rule

Loading…
Cancel
Save