Skip to content

Commit

Permalink
Disable test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Feb 4, 2024
1 parent 60bbed2 commit b2043d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/plugin/python_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ def example():
end

specify "list comprehensions" do
pending "Old version on CI" if ENV['CI']

set_file_contents <<~EOF
result = [x * y for x in range(1, 10) for y in range(10, 20) if x != y]
EOF
Expand Down

0 comments on commit b2043d7

Please sign in to comment.