Commit 6738d64a authored by mfomitchev's avatar mfomitchev Committed by Commit bot

Disabling flaky Remoting_Webapp_Js_Unittest on Linux Tests (dbg)(1).

TBR=sky,dbeam,kelvinp
BUG=503905, 579666

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

Cr-Commit-Position: refs/heads/master@{#371527}
parent 722f3942
......@@ -12,8 +12,9 @@
namespace remoting {
// Flakily times out on Win7 Tests (dbg): https://crbug.com/504204.
#if defined(OS_WIN) && !defined(NDEBUG)
// Flakily times out on Win7 Tests (dbg) and Linux Tests (dbg)(1):
// https://crbug.com/504204.
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(NDEBUG)
#define MAYBE_Remoting_Webapp_Js_Unittest DISABLED_Remoting_Webapp_Js_Unittest
#else
#define MAYBE_Remoting_Webapp_Js_Unittest Remoting_Webapp_Js_Unittest
......
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