mirror of https://github.com/grpc/grpc-java.git
binder: Disable flaky SecurityPolicy tests
Not using `@Ignore` because the tests can probably run successfully under Bazel. See #8391
This commit is contained in:
parent
0e7e0b4f57
commit
7942f35c47
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue