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

Unified Diff: extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc

Issue 2180373006: Disable BluetoothSocketApiTest.Connect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc
diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc b/extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc
index 1793113aacfc123ae99a3a6de51bd69eb8fae3b0..ab1b4d0c5326617e4de7ba2aaabfb7060c2a5d34 100644
--- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc
+++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_apitest.cc
@@ -97,7 +97,8 @@ ACTION_TEMPLATE(InvokeCallbackArgument,
} // namespace
-IN_PROC_BROWSER_TEST_F(BluetoothSocketApiTest, Connect) {
+// TODO(crbug.com/632002): Flaky on many trybot platforms.
+IN_PROC_BROWSER_TEST_F(BluetoothSocketApiTest, DISABLED_Connect) {
ResultCatcher catcher;
catcher.RestrictToBrowserContext(browser_context());
« 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