Skip to content

Commit 87531a0

Browse files
committed
remove comment
1 parent acfac47 commit 87531a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/test_gbq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ def test_array_agg(self, project_id):
654654
tm.assert_frame_equal(df, DataFrame([["a", [1, 3]], ["b", [2]]],
655655
columns=["letter", "numbers"]))
656656

657-
# @pytest.mark.xfail
658657
def test_array_of_floats(self, private_key_path, project_id):
659658
query = """select [1.1, 2.2, 3.3] as a, 4 as b"""
660659
df = gbq.read_gbq(query, project_id=project_id,

0 commit comments

Comments
 (0)