Suppressed the invalidFrameRate as the framework is not throwing the IOException anymore.

This commit is contained in:
Yu Shan Emily Lau
2009-09-18 14:58:56 -07:00
parent 58992eac83
commit 9d7b2fa808

View File

@@ -417,6 +417,7 @@ public class MediaRecorderTest extends ActivityInstrumentationTestCase<MediaFram
assertTrue("Invalid video Size", isTestInvalidVideoSizeSuccessful);
}
@Suppress
@LargeTest
public void testInvalidFrameRate() throws Exception {
boolean isTestInvalidFrameRateSuccessful = false;