Review URL: https://codereview.appspot.com/6259056

git-svn-id: http://skia.googlecode.com/svn/trunk@4090 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
epoger@google.com 2012-05-31 13:54:51 +00:00
parent 495f8e435b
commit f123ba9e21

View File

@ -57,4 +57,7 @@ static void TestTLS(skiatest::Reporter* reporter) {
}
#include "TestClassDef.h"
DEFINE_TESTCLASS("TLS", TLSClass, TestTLS)
// TODO: Disabled for now to work around
// http://code.google.com/p/skia/issues/detail?id=619
// ('flaky segfault in TLS test on Shuttle_Ubuntu12 buildbots')
// DEFINE_TESTCLASS("TLS", TLSClass, TestTLS)