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

Unified Diff: chrome/test/data/webui/bluetooth_internals_browsertest.js

Issue 2598533002: Disable BluetoothInternalsTest.Startup_BluetoothInternals on Mac/Win (Closed)
Patch Set: Created 4 years 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: chrome/test/data/webui/bluetooth_internals_browsertest.js
diff --git a/chrome/test/data/webui/bluetooth_internals_browsertest.js b/chrome/test/data/webui/bluetooth_internals_browsertest.js
index fd2edc3ab9e3c256a999c3520740f9a1eb797010..0e948f14dd66a28fee8d861e4a45d53d7a6cb7c3 100644
--- a/chrome/test/data/webui/bluetooth_internals_browsertest.js
+++ b/chrome/test/data/webui/bluetooth_internals_browsertest.js
@@ -225,7 +225,16 @@ BluetoothInternalsTest.prototype = {
},
};
-TEST_F('BluetoothInternalsTest', 'Startup_BluetoothInternals', function() {
+// Fails on Win/Mac. https://crbug.com/676227
+GEN('#if defined(OS_MACOSX) || defined(OS_WIN)');
+GEN('#define MAYBE_Startup_BluetoothInternals \\');
+GEN(' DISABLED_Startup_BluetoothInternals');
+GEN('#else');
+GEN('#define MAYBE_Startup_BluetoothInternals Startup_BluetoothInternals');
+GEN('#endif');
+
+TEST_F('BluetoothInternalsTest',
+ 'MAYBE_Startup_BluetoothInternals', function() {
var adapterFactory = null;
var deviceTable = null;
var sidebarNode = null;
« 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