Skip to content

Commit 0df9cb8

Browse files
committed
skip more tests
1 parent 680bf5d commit 0df9cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/small/bigquery/test_ai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ def test_ai_if(session):
273273
assert result.dtype == dtypes.BOOL_DTYPE
274274

275275

276+
@pytest.mark.skip(reason="b/457416070")
276277
def test_ai_if_multi_model(session):
277278
df = session.from_glob_path(
278279
"gs://bigframes-dev-testing/a_multimodel/images/*", name="image"
@@ -293,6 +294,7 @@ def test_ai_classify(session):
293294
assert result.dtype == dtypes.STRING_DTYPE
294295

295296

297+
@pytest.mark.skip(reason="b/457416070")
296298
def test_ai_classify_multi_model(session):
297299
df = session.from_glob_path(
298300
"gs://bigframes-dev-testing/a_multimodel/images/*", name="image"

0 commit comments

Comments
 (0)