Commit 458b7b18 authored by eroman@chromium.org's avatar eroman@chromium.org

Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky on...

Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky on linux/mac, since it is sporadically timing out at 24 seconds.

BUG=89273

Review URL: http://codereview.chromium.org/8400051

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107675 0039d316-1c4b-4281-b951-d872f2087c98
parent bbf024ee
......@@ -1000,8 +1000,12 @@ TEST_F(TransportClientSocketPoolTest, BackupSocketCancel) {
// of the backup socket and never completes, and then the backup
// connection fails.
//
// Flaky timeout on linux/mac: http://crbug.com/89273
#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(OS_LINUX)
#define MAYBE_BackupSocketFailAfterStall FLAKY_BackupSocketFailAfterStall
#elif defined(DCHECK_ALWAYS_ON)
// Disabled in release with dcheck : http://crbug.com/94501
#if defined(DCHECK_ALWAYS_ON)
#define MAYBE_BackupSocketFailAfterStall DISABLED_BackupSocketFailAfterStall
#else
#define MAYBE_BackupSocketFailAfterStall BackupSocketFailAfterStall
......
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