Skip to content

Commit

Permalink
Revert "Disable failing snippets test (googleapis#9156)" (googleapis#…
Browse files Browse the repository at this point in the history
…9220)

This reverts commit 5a81ea3.
  • Loading branch information
tswast authored and emar-kar committed Sep 18, 2019
1 parent 1ad5a49 commit 8ed37db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigquery/docs/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,6 @@ 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 8ed37db

Please sign in to comment.