Skip to content

Commit eaa0853

Browse files
authored
chore: skip clirr 7012 exceptions with grpc admin package #3222 (#3305)
1 parent 6b7e6ca commit eaa0853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc-google-cloud-spanner-admin-instance-v1/clirr-ignored-differences.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<differences>
44
<difference>
55
<differenceType>7012</differenceType>
6-
<className>com/google/spanner/admin/instance/v1/InstanceAdminGrpc$AsyncService</className>
7-
<method>*InstancePartition*(*)</method>
6+
<className>com/google/spanner/admin/instance/v1/*</className>
7+
<method>*</method>
88
</difference>
99
</differences>

0 commit comments

Comments
 (0)