File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dlp/src/test/java/com/example/dlp Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2424import java .io .PrintStream ;
2525import org .junit .After ;
2626import org .junit .Before ;
27+ import org .junit .Ignore ;
2728import org .junit .Test ;
2829import org .junit .runner .RunWith ;
2930import org .junit .runners .JUnit4 ;
@@ -68,6 +69,7 @@ public void testTextFileInspectionReturnsInfoTypes() throws Exception {
6869 assertTrue (output .contains ("EMAIL_ADDRESS" ));
6970 }
7071
72+ @ Ignore // TODO: b/69461298
7173 @ Test
7274 public void testImageFileInspectionReturnsInfoTypes () throws Exception {
7375 ClassLoader classLoader = getClass ().getClassLoader ();
Original file line number Diff line number Diff line change 2525import java .io .PrintStream ;
2626import org .junit .After ;
2727import org .junit .Before ;
28+ import org .junit .Ignore ;
2829import org .junit .Test ;
2930import org .junit .runner .RunWith ;
3031import org .junit .runners .JUnit4 ;
@@ -51,6 +52,7 @@ public void testInfoTypesInStringAreReplaced() throws Exception {
5152 assertTrue (output .contains ("My phone number is _REDACTED_ and my email address is _REDACTED_" ));
5253 }
5354
55+ @ Ignore // TODO: b/69461298
5456 @ Test
5557 public void testInfoTypesInImageAreReplaced () throws Exception {
5658 ClassLoader classLoader = getClass ().getClassLoader ();
You can’t perform that action at this time.
0 commit comments