Skip to content

Commit 825b954

Browse files
committed
Merge branch 'systemrootcerts-ignore-trusted-root-updates' into system-root-changes-needed
# Conflicts: # xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java
2 parents 2ecbdb9 + 3845e16 commit 825b954

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@
118118
@RunWith(Parameterized.class)
119119
public class XdsSecurityClientServerTest {
120120

121-
// TODO: Change this to a specific domain after
122-
// https://github.com/grpc/grpc-java/issues/12326 is fixed
123-
private static final String SAN_TO_MATCH = "*.test.google.fr";
121+
private static final String SAN_TO_MATCH = "waterzooi.test.google.be";
124122

125123
@Parameter
126124
public Boolean enableSpiffe;

0 commit comments

Comments
 (0)