We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558f82f commit 4670254Copy full SHA for 4670254
1 file changed
test/cli_test.rb
@@ -88,6 +88,10 @@ def foo: (String) -> String
88
end
89
90
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
+
95
exp = <<~END
96
# TypeProf #{ TypeProf::VERSION }
97
0 commit comments