Skip to content

Commit 8ed37db

Browse files
tswastemar-kar
authored andcommitted
Revert "Disable failing snippets test (googleapis#9156)" (googleapis#9220)
This reverts commit 5a81ea3.
1 parent 1ad5a49 commit 8ed37db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bigquery/docs/snippets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,6 @@ def test_copy_table_multiple_source(client, to_delete):
13691369
assert dest_table.num_rows == 2
13701370

13711371

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

0 commit comments

Comments
 (0)