Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b5b8e96 authored by Mark Harman's avatar Mark Harman
Browse files

Disable testTakePhotoPanoramaCancelBySettings.

parent 18b0a80c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12002,12 +12002,13 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
    }
    /* Test for panorama photo mode, but cancelling by going to settings.
     * No longer relevant now that we hide the Settings while taking photo.
     */
    public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException {
    /*public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException {
        Log.d(TAG, "testTakePhotoPanoramaCancelBySettings");
        subTestTakePhotoPanorama(false, true, true);
    }
    }*/
    /*private Bitmap getBitmapFromAssets(String filename) throws IOException {
        Log.d(TAG, "getBitmapFromAssets: " + filename);
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class PhotoTests {
        if( !TestUtils.test_camera2 ) {
            suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaMax"));
            suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancel"));
            suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings"));
            //suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings"));
        }
        suite.addTest(TestSuite.createTest(MainActivityTest.class, "testCreateSaveFolder1"));
        if( !TestUtils.test_camera2 ) {