meant to DISABLE this test
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Oct 2013 15:40:32 +0000 (15:40 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 15 Oct 2013 15:40:32 +0000 (15:40 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@11775 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/PathTest.cpp

index 23ed6eb..7a1d5ab 100644 (file)
@@ -2600,7 +2600,7 @@ static void TestPath(skiatest::Reporter* reporter) {
     test_android_specific_behavior(reporter);
     test_path_close_issue1474(reporter);
     
-    if (true) {    // will remove when fix lands
+    if (false) {    // will remove when fix lands
         test_path_to_region(reporter);
     }
 }