Commit 3ab14ccf authored by Robbie McElrath's avatar Robbie McElrath Committed by Commit Bot

Disable SingleProcessBrowserTest.Test on ChromeOS.

We're not supporting in-process network service on ChromeOS for now.

Bug: 927435
Change-Id: I88f4e62ac1534c88cf77635fa6b8c4ac5464397e
Reviewed-on: https://chromium-review.googlesource.com/c/1449109
Commit-Queue: Robbie McElrath <rmcelrath@chromium.org>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Auto-Submit: Robbie McElrath <rmcelrath@chromium.org>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628176}
parent b8bc0ab2
...@@ -97,7 +97,9 @@ IN_PROC_BROWSER_TEST_F(InProcessBrowserTest, AfterStartupTaskUtils) { ...@@ -97,7 +97,9 @@ IN_PROC_BROWSER_TEST_F(InProcessBrowserTest, AfterStartupTaskUtils) {
// On Mac this crashes inside cc::SingleThreadProxy::SetNeedsCommit. See // On Mac this crashes inside cc::SingleThreadProxy::SetNeedsCommit. See
// https://ci.chromium.org/b/8923336499994443392 // https://ci.chromium.org/b/8923336499994443392
#if !defined(OS_MACOSX) // On ChromeOS this crashes because ProfileIOData and NetworkContext both try
// to set up NSS on different threads, which it doesn't like.
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
class SingleProcessBrowserTest : public InProcessBrowserTest { class SingleProcessBrowserTest : public InProcessBrowserTest {
public: public:
void SetUpCommandLine(base::CommandLine* command_line) override { void SetUpCommandLine(base::CommandLine* command_line) override {
......
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