Skip to content

Commit

Permalink
binder: Disable flaky SecurityPolicy tests
Browse files Browse the repository at this point in the history
Not using `@Ignore` because the tests can probably run successfully
under Bazel.

See #8391
  • Loading branch information
ejona86 committed Aug 6, 2021
1 parent 0e7e0b4 commit 7942f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ android {
srcDirs += "${projectDir}/../core/src/test/java/"
setIncludes(["io/grpc/internal/FakeClock.java",
"io/grpc/binder/**"])
exclude 'io/grpc/binder/ServerSecurityPolicyTest.java'
exclude 'io/grpc/binder/SecurityPoliciesTest.java'
}
}
androidTest {
Expand Down

0 comments on commit 7942f35

Please sign in to comment.