Skip to content

Commit 395d78e

Browse files
authored
test: skip failing query_options sample (googleapis#422)
* test: skip failing query_options sample * test: fix skip decorator call Co-authored-by: larkee <larkee@users.noreply.github.com>
1 parent bd84a4d commit 395d78e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/samples/snippets_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,10 @@ def test_query_data_with_query_options(capsys):
444444
assert "VenueId: 42, VenueName: Venue 42, LastUpdateTime:" in out
445445

446446

447+
@pytest.mark.skip(
448+
"Failure is due to the package being missing on the backend."
449+
"See: https://github.com/googleapis/python-spanner/issues/421"
450+
)
447451
def test_create_client_with_query_options(capsys):
448452
snippets.create_client_with_query_options(INSTANCE_ID, DATABASE_ID)
449453
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)