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

Unified Diff: dbus/signal_sender_verification_unittest.cc

Issue 501953002: Disable slow SignalSenderVerificationTest.TestSignalRejected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: dbus/signal_sender_verification_unittest.cc
diff --git a/dbus/signal_sender_verification_unittest.cc b/dbus/signal_sender_verification_unittest.cc
index 1d8f6e1d64ebccec446059109a9e67346e3c900c..9eae3a5638cbe5e0ac266ae2adb7d003fe06b36d 100644
--- a/dbus/signal_sender_verification_unittest.cc
+++ b/dbus/signal_sender_verification_unittest.cc
@@ -186,7 +186,8 @@ TEST_F(SignalSenderVerificationTest, TestSignalAccepted) {
ASSERT_EQ(kMessage, test_signal_string_);
}
-TEST_F(SignalSenderVerificationTest, TestSignalRejected) {
+// Disabled, http://crbug.com/407063 .
+TEST_F(SignalSenderVerificationTest, DISABLED_TestSignalRejected) {
// To make sure the histogram instance is created.
UMA_HISTOGRAM_COUNTS("DBus.RejectedSignalCount", 0);
base::HistogramBase* reject_signal_histogram =
« 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