Commit 9095d34f authored by robertocn's avatar robertocn Committed by Commit bot

Disabling blink_perf.pywebsocket due to flake.

BUG=646938
TBR=nednguyen,yhirano@chromium.org

Review-Url: https://codereview.chromium.org/2347413002
Cr-Commit-Position: refs/heads/master@{#419436}
parent b2712b58
......@@ -317,7 +317,9 @@ class BlinkPerfXMLHttpRequest(perf_benchmark.PerfBenchmark):
# Disabled on Windows and ChromeOS due to https://crbug.com/521887
@benchmark.Disabled('win', 'chromeos')
#@benchmark.Disabled('win', 'chromeos')
# Disabling on remaining platforms due to heavy flake https://crbug.com/646938
@benchmark.Disabled('all')
class BlinkPerfPywebsocket(perf_benchmark.PerfBenchmark):
"""The blink_perf.pywebsocket tests measure turn-around-time of 10MB
send/receive for XHR, Fetch API and WebSocket. We might ignore < 10%
......
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