Fix integration test failure due to LIKELY vs POSSIBLE face annotation. These tests are not intended to verify the precision between these two potential results.
17:58:10:384 [ERROR] com.google.cloud.vision.it.ITSystemTest.detectFacesTest Time elapsed: 0.555 s <<< FAILURE!
java.lang.AssertionError: expected:<LIKELY> but was:<POSSIBLE>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at com.google.cloud.vision.it.ITSystemTest.detectFacesTest(ITSystemTest.java:295)
Fix integration test failure due to
LIKELYvsPOSSIBLEface annotation. These tests are not intended to verify the precision between these two potential results.