Skip to content

Commit

Permalink
Updates flaky tests in vision beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss committed Dec 21, 2017
1 parent 64d513b commit c603027
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Zepra");
// Note: entities and labels can change over time.
assertThat(got).contains("Tel Aviv");
}

@Test
Expand Down

0 comments on commit c603027

Please sign in to comment.