Skip to content

Commit 3d64045

Browse files
plamutemar-kar
authored andcommitted
Disable failing snippets test (googleapis#9156)
test_copy_table_cmek() results in internal error on the backend, causing the test to fail, thus the test is marked as skipped.
1 parent 6ca4f17 commit 3d64045

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bigquery/docs/snippets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,7 @@ def test_copy_table_multiple_source(client, to_delete):
13691369
assert dest_table.num_rows == 2
13701370

13711371

1372+
@pytest.mark.skip(reason="Backend responds with a 500 internal error.")
13721373
def test_copy_table_cmek(client, to_delete):
13731374
dataset_id = "copy_table_cmek_{}".format(_millis())
13741375
dest_dataset = bigquery.Dataset(client.dataset(dataset_id))

0 commit comments

Comments
 (0)