Skip to content

Commit 5a81ea3

Browse files
plamuttswast
authored andcommitted
Disable failing snippets test (#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 db481bf commit 5a81ea3

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
@@ -1393,6 +1393,7 @@ def test_copy_table_multiple_source(client, to_delete):
13931393
assert dest_table.num_rows == 2
13941394

13951395

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

0 commit comments

Comments
 (0)