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

Commit c8c7ca7b authored by Brett Chabot's avatar Brett Chabot
Browse files

Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.

This test causes the whole suite to hang.
parent 4d0bf120
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -83,7 +83,8 @@ public class MediaMimeTest extends ActivityInstrumentationTestCase2<MediaFramewo
        assertMediaPlaybackActivityHandles("audio/*");
    }

    @MediumTest
    // TODO: temporarily remove from medium suite because it hangs whole suite 
    // @MediumTest
    // Checks the MediaPlaybackActivity handles application/itunes. Some servers
    // set the Content-type header to application/iTunes (with capital T, but
    // the download manager downcasts it) for their MP3 podcasts. This is non