Commit b34eb9d0 authored by Pavol Marko's avatar Pavol Marko Committed by Commit Bot

Disable MemlogBrowserTest.EndToEnd with {3,0,0} param

It was only enabled recently and has been consistently failing across
multiple bots.

TBR=dcheng@chromium.org, etienneb@chromium.org, erikchen@chromium.org

Bug: 843467
Test: browser_tests --gtest_filter=*MemlogBrowserTest*
Change-Id: Iee8db1833b3e58013b5522d02dd6ca8b9ab579ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954006Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Commit-Queue: Pavol Marko <pmarko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#722419}
parent c74765f3
...@@ -96,9 +96,12 @@ std::vector<TestParam> GetParams() { ...@@ -96,9 +96,12 @@ std::vector<TestParam> GetParams() {
params.push_back({Mode::kBrowser, mojom::StackMode::NATIVE_WITH_THREAD_NAMES, params.push_back({Mode::kBrowser, mojom::StackMode::NATIVE_WITH_THREAD_NAMES,
true /* start_profiling_with_command_line_flag */}); true /* start_profiling_with_command_line_flag */});
// TODO(https://crbug.com/843467): Teporarily disabled due to failures on
// bots.
// Test that we can start profiling without command line flag. // Test that we can start profiling without command line flag.
params.push_back({Mode::kBrowser, mojom::StackMode::NATIVE_WITH_THREAD_NAMES, // params.push_back({Mode::kBrowser,
false /* start_profiling_with_command_line_flag */}); // mojom::StackMode::NATIVE_WITH_THREAD_NAMES,
// false /* start_profiling_with_command_line_flag */});
// Test that we can start profiling for the renderer process. // Test that we can start profiling for the renderer process.
params.push_back({Mode::kAllRenderers, params.push_back({Mode::kAllRenderers,
......
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