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

Commit b580d53e authored by Brett Chabot's avatar Brett Chabot Committed by Android Git Automerger
Browse files

am 774d956d: Merge change Ic8c7ca7b into eclair

Merge commit '774d956d' into eclair-mr2

* commit '774d956d':
  Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.
parents 0a5201f0 774d956d
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