mark tests flaky for pathkit

retain flaky state to avoid manual edits

R=kjlubick@google.com

Bug: skia:
Change-Id: I2f30a90aed46c52a0b30af1ccb7d6235b6db6945
Reviewed-on: https://skia-review.googlesource.com/149800
Commit-Queue: Cary Clark <caryclark@skia.org>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp
index e758cfb..4ef7ac1 100644
--- a/tests/PathOpsSimplifyTest.cpp
+++ b/tests/PathOpsSimplifyTest.cpp
@@ -2443,6 +2443,7 @@
     path.lineTo(0, 0);
     path.quadTo(3, 0, 1, 2);
     path.close();
+    markTestFlakyForPathKit();
     testSimplify(reporter, path, filename);
 }
 
@@ -2730,6 +2731,7 @@
     path.lineTo(1, 1);
     path.quadTo(2, 1, 1, 2);
     path.close();
+    markTestFlakyForPathKit();
     testSimplify(reporter, path, filename);
 }
 
@@ -2992,6 +2994,7 @@
     path.lineTo(1, 1);
     path.quadTo(3, 2, 2, 3);
     path.close();
+    markTestFlakyForPathKit();
     testSimplify(reporter, path, filename);
 }
 
@@ -3580,6 +3583,7 @@
     path.lineTo(0, 1);
     path.lineTo(1, 2);
     path.close();
+    markTestFlakyForPathKit();
     testSimplify(reporter, path, filename);
 }