Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: components/audio_modem/audio_recorder_unittest.cc

Issue 971613003: Disable failing test AudioRecorderTest.BasicRecordAndStop because of Mac failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/audio_recorder_unittest.cc
diff --git a/components/audio_modem/audio_recorder_unittest.cc b/components/audio_modem/audio_recorder_unittest.cc
index 0dd089ae469218aa9f9fccf83011eab7034d3e6e..598a5c3a9fba9aa8f33e386f8d1c36f8011d0e1f 100644
--- a/components/audio_modem/audio_recorder_unittest.cc
+++ b/components/audio_modem/audio_recorder_unittest.cc
@@ -196,7 +196,15 @@ class AudioRecorderTest : public testing::Test {
content::TestBrowserThreadBundle thread_bundle_;
};
-TEST_F(AudioRecorderTest, BasicRecordAndStop) {
+
+// http://crbug.com/463854
+#if defined(OS_MACOSX)
+#define MAYBE_BasicRecordAndStop DISABLED_BasicRecordAndStop
+#else
+#define MAYBE_BasicRecordAndStop BasicRecordAndStop
+#endif
+
+TEST_F(AudioRecorderTest, MAYBE_BasicRecordAndStop) {
CreateSimpleRecorder();
recorder_->Record();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698