We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680bf5d commit 0df9cb8Copy full SHA for 0df9cb8
tests/system/small/bigquery/test_ai.py
@@ -273,6 +273,7 @@ def test_ai_if(session):
273
assert result.dtype == dtypes.BOOL_DTYPE
274
275
276
+@pytest.mark.skip(reason="b/457416070")
277
def test_ai_if_multi_model(session):
278
df = session.from_glob_path(
279
"gs://bigframes-dev-testing/a_multimodel/images/*", name="image"
@@ -293,6 +294,7 @@ def test_ai_classify(session):
293
294
assert result.dtype == dtypes.STRING_DTYPE
295
296
297
298
def test_ai_classify_multi_model(session):
299
300
0 commit comments