Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
test: whitelist bq storage v1alpha2 ruby (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Feb 13, 2020
1 parent b8ec27c commit 9f0005a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/smoketest_artman.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@

# securitycenter C# does not use gapic-generator
'csharp_gapic@google/cloud/securitycenter/artman_securitycenter_v1p1beta1.yaml',

# whitelisted because ruby grpc can't generate a proto2 descriptor
# which this API depends on in protobuf.proto
'ruby_gapic@google/cloud/bigquery/artman_bigquerystorage_v1alpha2.yaml',
]

logger = logging.getLogger('smoketest')
Expand Down

0 comments on commit 9f0005a

Please sign in to comment.