Skip to content

Commit

Permalink
Revert "Disable failing snippets test (#9156)" (#9220)
Browse files Browse the repository at this point in the history
This reverts commit 5a81ea3.
  • Loading branch information
tswast authored and plamut committed Sep 12, 2019
1 parent 5b80023 commit 1a2311a
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 @@ -1393,7 +1393,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 1a2311a

Please sign in to comment.