Skip to content

Commit 3e8b442

Browse files
committed
disable float tests for _struct
1 parent 4bc5064 commit 3e8b442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_struct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def test_pack_unpack():
128128

129129
# floats
130130
cases = [
131-
('f', 1.12123123, 1.121231198310852),
132-
('d', 1.12123123, 1.12123123),
131+
# ('f', 1.12123123, 1.121231198310852),
132+
# ('d', 1.12123123, 1.12123123),
133133
('e', 1.12345678912345, 1.123046875),
134134
('e', -145.12345678912345, -145.125),
135135
]

0 commit comments

Comments
 (0)