Commit cc673fd0 authored by Hongchan Choi's avatar Hongchan Choi Committed by Commit Bot

Disable WebBluetoothTest.WebBluetoothAfterCrash

See details in:
https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVySQsSBUZsYWtlIj5jaHJvbWl1bUBicm93c2VyX3Rlc3RzQFdlYkJsdWV0b290aFRlc3QuV2ViQmx1ZXRvb3RoQWZ0ZXJDcmFzaAw

TBR=reillyg@chromium.org

Bug: 1022321
Change-Id: I01fcb892eea350bc60a05fc8f5b1aab9088cffc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904191Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Auto-Submit: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713544}
parent 4c8de284
...@@ -56,7 +56,7 @@ class WebBluetoothTest : public InProcessBrowserTest { ...@@ -56,7 +56,7 @@ class WebBluetoothTest : public InProcessBrowserTest {
content::WebContents* web_contents_ = nullptr; content::WebContents* web_contents_ = nullptr;
}; };
IN_PROC_BROWSER_TEST_F(WebBluetoothTest, WebBluetoothAfterCrash) { IN_PROC_BROWSER_TEST_F(WebBluetoothTest, DISABLED_WebBluetoothAfterCrash) {
// Make sure we can use Web Bluetooth after the tab crashes. // Make sure we can use Web Bluetooth after the tab crashes.
// Set up adapter with one device. // Set up adapter with one device.
scoped_refptr<NiceMockBluetoothAdapter> adapter( scoped_refptr<NiceMockBluetoothAdapter> adapter(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment