Skip to content

Commit d918f36

Browse files
remove unit test
1 parent f59c684 commit d918f36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit/core/test_dtypes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,6 @@ def test_literal_to_ibis_scalar_converts(literal, ibis_scalar):
267267
)
268268

269269

270-
def test_literal_to_ibis_scalar_throws_on_incompatible_literal():
271-
with pytest.raises(
272-
ValueError,
273-
):
274-
bigframes.core.compile.ibis_types.literal_to_ibis_scalar({"mykey": "myval"})
275-
276-
277270
@pytest.mark.parametrize(
278271
["scalar", "expected_dtype"],
279272
[

0 commit comments

Comments
 (0)