Skip to content

Commit 1a2311a

Browse files
tswastplamut
authored andcommitted
Revert "Disable failing snippets test (#9156)" (#9220)
This reverts commit 5a81ea3.
1 parent 5b80023 commit 1a2311a

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
@@ -1393,7 +1393,6 @@ def test_copy_table_multiple_source(client, to_delete):
13931393
assert dest_table.num_rows == 2
13941394

13951395

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

0 commit comments

Comments
 (0)