Commit 6f48aae4 authored by rnk@chromium.org's avatar rnk@chromium.org

Exclude ClientSocketPoolBaseTest.DisableCleanupTimer under DrMemory

This is a hang that slows down the bot and the test looks very sensitive to
timing.  I'm not interested in fully investigating this failure, and I'd like
the bot to cycle faster sooner.

R=bruening@chromium.org
BUG=105762

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112198 0039d316-1c4b-4281-b951-d872f2087c98
parent b5a67258
...@@ -12,3 +12,7 @@ ProxyResolverV8Test.* ...@@ -12,3 +12,7 @@ ProxyResolverV8Test.*
# Slow # Slow
CookieMonsterTest.GarbageCollectionTriggers CookieMonsterTest.GarbageCollectionTriggers
# Hangs only when built in release mode.
# http://crbug.com/105762
ClientSocketPoolBaseTest.DisableCleanupTimer
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