Skip to content

Commit 4670254

Browse files
committed
Skip test_e2e_rbs_collection on Windows
1 parent 558f82f commit 4670254

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/cli_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ def foo: (String) -> String
8888
end
8989

9090
def test_e2e_rbs_collection
91+
# The "rbs collection install" command attempts to create a symlink,
92+
# which requires elevated privileges on Windows
93+
omit if RUBY_PLATFORM =~ /mswin|mingw/
94+
9195
exp = <<~END
9296
# TypeProf #{ TypeProf::VERSION }
9397

0 commit comments

Comments
 (0)