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 18, 2019
1 parent 6ca4f17 commit 3d64045
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 @@ -1369,6 +1369,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 3d64045

Please sign in to comment.