Skip to content

Commit

Permalink
Skip test_e2e_rbs_collection on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 3, 2024
1 parent 558f82f commit 4670254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cli_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ def foo: (String) -> String
end

def test_e2e_rbs_collection
# The "rbs collection install" command attempts to create a symlink,
# which requires elevated privileges on Windows
omit if RUBY_PLATFORM =~ /mswin|mingw/

exp = <<~END
# TypeProf #{ TypeProf::VERSION }
Expand Down

0 comments on commit 4670254

Please sign in to comment.