Commit 836f7236 authored by kbr's avatar kbr Committed by Commit bot

Expand suppression for flaky AudioInputVolumeTest.InputVolumeTest.

This test is flaky on the x86 Linux bots too.

BUG=236936

Review URL: https://codereview.chromium.org/604533002

Cr-Commit-Position: refs/heads/master@{#296518}
parent ebf1d277
...@@ -97,8 +97,9 @@ class AudioInputVolumeTest : public ::testing::Test { ...@@ -97,8 +97,9 @@ class AudioInputVolumeTest : public ::testing::Test {
#endif #endif
}; };
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
// Currently failing on linux ARM bot: http://crbug/238490 // Currently failing on linux ARM bot: http://crbug/238490
// Also flaky on x86_64: http://crbug/236936
#define MAYBE_InputVolumeTest DISABLED_InputVolumeTest #define MAYBE_InputVolumeTest DISABLED_InputVolumeTest
#else #else
#define MAYBE_InputVolumeTest InputVolumeTest #define MAYBE_InputVolumeTest InputVolumeTest
......
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