@@ -52,7 +52,6 @@ def images_output_uris(images_output_folder: str) -> list[str]:
5252 ]
5353
5454
55- @pytest .mark .skip (reason = "b/457416070" )
5655def test_blob_exif (
5756 bq_connection : str ,
5857 session : bigframes .Session ,
@@ -104,7 +103,6 @@ def test_blob_exif_verbose(
104103 assert content_series .dtype == dtypes .JSON_DTYPE
105104
106105
107- @pytest .mark .skip (reason = "b/457416070" )
108106def test_blob_image_blur_to_series (
109107 images_mm_df : bpd .DataFrame ,
110108 bq_connection : str ,
@@ -138,7 +136,6 @@ def test_blob_image_blur_to_series(
138136 assert not actual .blob .size ().isna ().any ()
139137
140138
141- @pytest .mark .skip (reason = "b/457416070" )
142139def test_blob_image_blur_to_series_verbose (
143140 images_mm_df : bpd .DataFrame ,
144141 bq_connection : str ,
@@ -166,7 +163,6 @@ def test_blob_image_blur_to_series_verbose(
166163 assert not actual .blob .size ().isna ().any ()
167164
168165
169- @pytest .mark .skip (reason = "b/457416070" )
170166def test_blob_image_blur_to_folder (
171167 images_mm_df : bpd .DataFrame ,
172168 bq_connection : str ,
@@ -199,7 +195,6 @@ def test_blob_image_blur_to_folder(
199195 assert not actual .blob .size ().isna ().any ()
200196
201197
202- @pytest .mark .skip (reason = "b/457416070" )
203198def test_blob_image_blur_to_folder_verbose (
204199 images_mm_df : bpd .DataFrame ,
205200 bq_connection : str ,
@@ -259,7 +254,6 @@ def test_blob_image_blur_to_bq_verbose(images_mm_df: bpd.DataFrame, bq_connectio
259254 assert content_series .dtype == dtypes .BYTES_DTYPE
260255
261256
262- @pytest .mark .skip (reason = "b/457416070" )
263257def test_blob_image_resize_to_series (
264258 images_mm_df : bpd .DataFrame ,
265259 bq_connection : str ,
@@ -297,7 +291,6 @@ def test_blob_image_resize_to_series(
297291 assert not actual .blob .size ().isna ().any ()
298292
299293
300- @pytest .mark .skip (reason = "b/457416070" )
301294def test_blob_image_resize_to_series_verbose (
302295 images_mm_df : bpd .DataFrame ,
303296 bq_connection : str ,
@@ -332,7 +325,6 @@ def test_blob_image_resize_to_series_verbose(
332325 assert not actual .blob .size ().isna ().any ()
333326
334327
335- @pytest .mark .skip (reason = "b/457416070" )
336328def test_blob_image_resize_to_folder (
337329 images_mm_df : bpd .DataFrame ,
338330 bq_connection : str ,
@@ -366,7 +358,6 @@ def test_blob_image_resize_to_folder(
366358 assert not actual .blob .size ().isna ().any ()
367359
368360
369- @pytest .mark .skip (reason = "b/457416070" )
370361def test_blob_image_resize_to_folder_verbose (
371362 images_mm_df : bpd .DataFrame ,
372363 bq_connection : str ,
@@ -429,7 +420,6 @@ def test_blob_image_resize_to_bq_verbose(
429420 assert content_series .dtype == dtypes .BYTES_DTYPE
430421
431422
432- @pytest .mark .skip (reason = "b/457416070" )
433423def test_blob_image_normalize_to_series (
434424 images_mm_df : bpd .DataFrame ,
435425 bq_connection : str ,
@@ -502,7 +492,6 @@ def test_blob_image_normalize_to_series_verbose(
502492 assert hasattr (content_series , "blob" )
503493
504494
505- @pytest .mark .skip (reason = "b/457416070" )
506495def test_blob_image_normalize_to_folder (
507496 images_mm_df : bpd .DataFrame ,
508497 bq_connection : str ,
@@ -609,7 +598,6 @@ def test_blob_image_normalize_to_bq_verbose(
609598 assert content_series .dtype == dtypes .BYTES_DTYPE
610599
611600
612- @pytest .mark .skip (reason = "b/457416070" )
613601def test_blob_pdf_extract (
614602 pdf_mm_df : bpd .DataFrame ,
615603 bq_connection : str ,
@@ -645,7 +633,6 @@ def test_blob_pdf_extract(
645633 ), f"Item (verbose=False): Expected keyword '{ keyword } ' not found in extracted text. "
646634
647635
648- @pytest .mark .skip (reason = "b/457416070" )
649636def test_blob_pdf_extract_verbose (
650637 pdf_mm_df : bpd .DataFrame ,
651638 bq_connection : str ,
@@ -683,7 +670,6 @@ def test_blob_pdf_extract_verbose(
683670 ), f"Item (verbose=True): Expected keyword '{ keyword } ' not found in extracted text. "
684671
685672
686- @pytest .mark .skip (reason = "b/457416070" )
687673def test_blob_pdf_chunk (pdf_mm_df : bpd .DataFrame , bq_connection : str ):
688674 actual = (
689675 pdf_mm_df ["pdf" ]
@@ -723,7 +709,6 @@ def test_blob_pdf_chunk(pdf_mm_df: bpd.DataFrame, bq_connection: str):
723709 ), f"Item (verbose=False): Expected keyword '{ keyword } ' not found in extracted text. "
724710
725711
726- @pytest .mark .skip (reason = "b/457416070" )
727712def test_blob_pdf_chunk_verbose (pdf_mm_df : bpd .DataFrame , bq_connection : str ):
728713 actual = (
729714 pdf_mm_df ["pdf" ]
0 commit comments