Skip to content

Commit aa4d77d

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 eb75495 commit aa4d77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigquery/docs/snippets.py

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

12861286

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

0 commit comments

Comments
 (0)