Skip to content

Commit 7416fb8

Browse files
committed
Disable fstring test causing short overflow
1 parent f4e9e1a commit 7416fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: graalpython/lib-python/3/test/test_fstring.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import types
1414
import decimal
1515
import unittest
16-
from test.support import impl_detail
16+
from test.support import bytecode_dsl_excluded
1717
from test.support.os_helper import temp_cwd
1818
from test.support.script_helper import assert_python_failure
1919

@@ -580,6 +580,7 @@ def test_comments(self):
580580
# '()#)'. Make sure that doesn't compile.
581581
])
582582

583+
@bytecode_dsl_excluded
583584
def test_many_expressions(self):
584585
# Create a string with many expressions in it. Note that
585586
# because we have a space in here as a literal, we're actually

0 commit comments

Comments
 (0)