Skip to content

Commit

Permalink
Disable failing snippets test (googleapis#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 emar-kar committed Sep 11, 2019
1 parent eb75495 commit aa4d77d
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 @@ -1284,6 +1284,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 aa4d77d

Please sign in to comment.