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

Unified Diff: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc

Issue 26622003: linux_aura: Turn it on again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT and test against the recently committed nacl patch. Created 7 years, 1 month 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
Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
index 0c5019180caf27e911974e7cb643a5511c9fbc3c..5746b70dcc842c5937d49203ff31f88271e26797 100644
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
@@ -315,7 +315,14 @@ IN_PROC_BROWSER_TEST_F(BluetoothApiTest, SetOutOfBandPairingData) {
// crbug.com/132796
}
-IN_PROC_BROWSER_TEST_F(BluetoothApiTest, Discovery) {
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA)
+// TODO(erg): linux_aura bringup: http://crbug.com/163931
+#define MAYBE_Discovery DISABLED_Discovery
+#else
+#define MAYBE_Discovery Discovery
+#endif
+
+IN_PROC_BROWSER_TEST_F(BluetoothApiTest, MAYBE_Discovery) {
// Try with a failure to start
EXPECT_CALL(*mock_adapter_, StartDiscovering(testing::_, testing::_))
.WillOnce(testing::Invoke(CallDiscoveryErrorCallback));
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/browser/extensions/api/system_cpu/system_cpu_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698