Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/detail?id=619
Review URL: https://codereview.appspot.com/6259056

git-svn-id: http://skia.googlecode.com/svn/trunk@4090 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp
index 82ee247..9bebb1b 100644
--- a/tests/TLSTest.cpp
+++ b/tests/TLSTest.cpp
@@ -57,4 +57,7 @@
 }
 
 #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)