Commit d312f641 authored by John Chen's avatar John Chen Committed by Commit Bot

[ChromeDriver] Disable flaky testGetSessions

SessionHandlingTest.testGetSessions appears to trigger some race
conditions and is flaky. Disabling it until a fix can be found.

TBR=zmin@chromium.org

Bug: 899919
Change-Id: I3c532559477a3597f20984783eb36acf6355ad7b
Reviewed-on: https://chromium-review.googlesource.com/c/1308657Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604006}
parent 724f1e75
...@@ -181,6 +181,8 @@ _INTEGRATION_NEGATIVE_FILTER = [ ...@@ -181,6 +181,8 @@ _INTEGRATION_NEGATIVE_FILTER = [
# RemoteBrowserTest requires extra setup. TODO(johnchen@chromium.org): # RemoteBrowserTest requires extra setup. TODO(johnchen@chromium.org):
# Modify the test so it runs correctly as isolated test. # Modify the test so it runs correctly as isolated test.
'RemoteBrowserTest.*', 'RemoteBrowserTest.*',
# Flaky: https://crbug.com/899919
'SessionHandlingTest.testGetSessions',
] ]
......
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