Skip to content

Commit

Permalink
try removing flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 28, 2023
1 parent d41c561 commit 4c64221
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions tests/parser/features/iteration/test_for_in_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,6 @@ def foo():
""",
StateAccessViolation,
),
"""
@external
def foo():
a: int128 = 6
for i in range(a,a-3):
pass
""",
# invalid argument length
(
"""
Expand Down
7 changes: 0 additions & 7 deletions tests/parser/syntax/test_for_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ def foo():
pass
""",
"""
@external
def foo():
x: int128 = 5
for i in range(x, x + 10):
pass
""",
"""
interface Foo:
def kick(): nonpayable
foos: Foo[3]
Expand Down

0 comments on commit 4c64221

Please sign in to comment.