Skip to content

Commit

Permalink
samples: upgrade Guava (#802)
Browse files Browse the repository at this point in the history
* upgrade Guava

* turn off APIary Logging testing

* Turn off IAP sample for testing

Also up version to 22 for guava on Storage-Transfer

* Roll back to Guava 20.0; truth 0.30

Need to investigate this more.

* DLP & Vision

1. DLP doesn’t currently support Google Default Auth
2. vision has gotten a bit more accurate on our sample

* Skip broken test

1. Skip broken vision test
2. Simplify “San Francisco” to “Francisco”

* shellcheck fix
  • Loading branch information
lesv authored and chingor13 committed Aug 4, 2020
1 parent 00f69d3 commit 8ed7cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class InspectIT {
public void setUp() {
bout = new ByteArrayOutputStream();
out = new PrintStream(bout);
System.setOut(out);
System.setOut(out); // TODO(b/64541432) DLP currently doesn't support GOOGLE DEFAULT AUTH
assertNotNull(System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
}

Expand Down

0 comments on commit 8ed7cd7

Please sign in to comment.