Commit bf7504bf authored by Jonathan Ross's avatar Jonathan Ross Committed by Commit Bot

Reland "Disable WebBluetoothTest.WebBluetoothAfterCrash"

This reverts commit 55ee8df4.

Reason for revert: This test is flaking at 10% rate. It is dealing with a race condition inside the GPU frame submission code path. We are disabling it until someone has the time to sort out the root cause.

Original change's description:
> Revert "Disable WebBluetoothTest.WebBluetoothAfterCrash"
> 
> This reverts commit cc673fd0.
> 
> Reason for revert: Unable to reproduce test flakiness.
> 
> Original change's description:
> > 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/+/1904191
> > Reviewed-by: Hongchan 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}
> 
> Bug: 1022321
> Change-Id: I8bc50f7c4328cf4da82e6e4230a4a9b1fe1365cd
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121347
> Reviewed-by: Hongchan Choi <hongchan@chromium.org>
> Commit-Queue: Reilly Grant <reillyg@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#753452}

TBR=reillyg@chromium.org,hongchan@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 1022321
Change-Id: Ic835ad85cb0b30a3cb2778aa237f926f92ffeb81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134574Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755915}
parent 5d54125e
......@@ -377,7 +377,7 @@ class WebBluetoothTest : public InProcessBrowserTest {
std::unique_ptr<content::URLLoaderInterceptor> url_loader_interceptor_;
};
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.
// Set up adapter with one device.
adapter_->SetIsPresent(false);
......
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