Skip to content

Commit 12f7ca6

Browse files
committed
tests: fix test
1 parent 34b1c64 commit 12f7ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,9 @@ def conformance(session, client_type):
305305
# None of the clients currently support reverse scans, execute query plan refresh, retry info, or routing cookie
306306
# See https://github.com/googleapis/python-bigtable/blob/c3ea54ee958a79959a649dce2553a84ec808b4d7/.github/workflows/conformance.yaml#L30-L35
307307
if client_type == "async":
308-
test_args = '-skip "PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie"'
308+
test_args = '-skip \"PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie\"'
309309
else:
310-
test_args = '-skip "PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie|_Generic_MultiStream"'
310+
test_args = '-skip \"PlanRefresh|_Reverse|_WithRetryInfo|_WithRoutingCookie|_Generic_MultiStream\"'
311311
with session.chdir("test_proxy"):
312312
# download the conformance test suite
313313
session.run(

0 commit comments

Comments
 (0)