Skip to content

Commit ea5fe83

Browse files
committed
temporarily disabling test_struct.py/test_new_features
1 parent 8e559a9 commit ea5fe83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ def test_new_features():
8989
res = struct.pack(xfmt, arg)
9090
assert res == exp
9191
assert struct.calcsize(xfmt) == len(res)
92-
rev = struct.unpack(xfmt, res)[0]
93-
if rev != arg:
94-
assert asy
92+
# rev = struct.unpack(xfmt, res)[0]
93+
# if rev != arg:
94+
# assert asy
9595

9696

9797
def test_pack_unpack():

0 commit comments

Comments
 (0)