envoy icon indicating copy to clipboard operation
envoy copied to clipboard

mobile: AndroidEngineExplicitFlowTest is flaky

Open fredyw opened this issue 9 months ago • 0 comments

To reproduce:

bazel test --runs_per_test=100 //test/java/integration:android_engine_explicit_flow_test

The error:

1) post_simple(test.java.integration.AndroidEngineExplicitFlowTest)
java.lang.AssertionError: Error code: 0, error message: 
 	at org.junit.Assert.fail(Assert.java:89)
 	at test.java.integration.AndroidEngineExplicitFlowTest.post_simple(AndroidEngineExplicitFlowTest.java:365)

What's strange is the error code is set to 0 and there's no error message.

fredyw avatar May 21 '24 22:05 fredyw