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

Commit 774d956d authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic8c7ca7b into eclair

* changes:
  Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.
parents dfc7244a c8c7ca7b
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