Skip to content

Commit

Permalink
Disable fstring test causing short overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DSouzaM committed May 29, 2024
1 parent 27c6755 commit 17314d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graalpython/lib-python/3/test/test_fstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import types
import decimal
import unittest
from test.support import impl_detail
from test.support import bytecode_dsl_excluded
from test.support.os_helper import temp_cwd
from test.support.script_helper import assert_python_failure

Expand Down Expand Up @@ -580,6 +580,7 @@ def test_comments(self):
# '()#)'. Make sure that doesn't compile.
])

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

0 comments on commit 17314d2

Please sign in to comment.