Commit 65624966 authored by Timothy Loh's avatar Timothy Loh Committed by Commit Bot

Revert "Re-enable OpenAudioFiles/FileManagerBrowserTest"

This reverts commit 738768f5.

Reason for revert: Times out on MSAN

https://ci.chromium.org/buildbot/chromium.memory/Linux%20ChromiumOS%20MSan%20Tests/7143

Original change's description:
> Re-enable OpenAudioFiles/FileManagerBrowserTest
> 
> Enabled in RELEASE, now re-enable this test in DEBUG/MSAN/ASAN.
> 
> Bug: 836254
> Change-Id: Ie6ca28f923dcf70be407c8782985195874f47758
> Reviewed-on: https://chromium-review.googlesource.com/1056748
> Reviewed-by: Stuart Langley <slangley@chromium.org>
> Commit-Queue: Noel Gordon <noel@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#558168}

TBR=noel@chromium.org,fukino@chromium.org,slangley@chromium.org

Change-Id: Ib066688090f770c251b333db4446d92f52951a0e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 836254
Reviewed-on: https://chromium-review.googlesource.com/1056657Reviewed-by: default avatarTimothy Loh <timloh@chromium.org>
Commit-Queue: Timothy Loh <timloh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558220}
parent 080b66d6
...@@ -113,8 +113,14 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -113,8 +113,14 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestParameter(NOT_IN_GUEST_MODE, "videoOpenDownloads"), TestParameter(NOT_IN_GUEST_MODE, "videoOpenDownloads"),
TestParameter(NOT_IN_GUEST_MODE, "videoOpenDrive"))); TestParameter(NOT_IN_GUEST_MODE, "videoOpenDrive")));
// Fails on official build. http://crbug.com/429294
#if defined(DISABLE_SLOW_FILESAPP_TESTS) || defined(OFFICIAL_BUILD)
#define MAYBE_OpenAudioFiles DISABLED_OpenAudioFiles
#else
#define MAYBE_OpenAudioFiles OpenAudioFiles
#endif
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
OpenAudioFiles, MAYBE_OpenAudioFiles,
FileManagerBrowserTest, FileManagerBrowserTest,
::testing::Values( ::testing::Values(
TestParameter(IN_GUEST_MODE, "audioOpenDownloads"), TestParameter(IN_GUEST_MODE, "audioOpenDownloads"),
......
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