File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2626from bigframes import dtypes
2727import bigframes .pandas as bpd
2828
29+ pytest .skip ("Skipping blob tests due to b/481790217" , allow_module_level = True )
30+
2931
3032@pytest .fixture (scope = "function" )
3133def images_output_folder () -> Generator [str , None , None ]:
Original file line number Diff line number Diff line change 2020import bigframes
2121import bigframes .pandas as bpd
2222
23+ pytest .skip ("Skipping blob tests due to b/481790217" , allow_module_level = True )
24+
25+
2326idisplay = pytest .importorskip ("IPython.display" )
2427
2528
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515import pandas as pd
16+ import pytest
1617
1718import bigframes .dtypes as dtypes
1819import bigframes .pandas as bpd
1920
21+ pytest .skip ("Skipping blob tests due to b/481790217" , allow_module_level = True )
22+
2023
2124def test_blob_uri (images_uris : list [str ], images_mm_df : bpd .DataFrame ):
2225 actual = images_mm_df ["blob_col" ].blob .uri ().to_pandas ()
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ import pytest
16+
1517import bigframes .pandas as bpd
1618
19+ pytest .skip ("Skipping blob tests due to b/481790217" , allow_module_level = True )
20+
1721
1822def test_blob_read_url (images_mm_df : bpd .DataFrame ):
1923 urls = images_mm_df ["blob_col" ].blob .read_url ()
You can’t perform that action at this time.
0 commit comments