Skip to content

Commit

Permalink
Disable failing snippets test (#9156)
Browse files Browse the repository at this point in the history
test_copy_table_cmek() results in internal error on the backend,
causing the test to fail, thus the test is marked as skipped.
  • Loading branch information
plamut authored and tswast committed Sep 2, 2019
1 parent db481bf commit 5a81ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/docs/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,7 @@ def test_copy_table_multiple_source(client, to_delete):
assert dest_table.num_rows == 2


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

0 comments on commit 5a81ea3

Please sign in to comment.