Skip to content

Commit c83a249

Browse files
committed
pend on Windows for timeouts
1 parent 89fa15b commit c83a249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby/test_namespace.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ def foo_namespace = Namespace.current
758758
end
759759

760760
def test_loading_extension_libs_in_main_namespace
761+
pend if /mswin|mingw/ =~ RUBY_PLATFORM # timeout on windows environments
761762
assert_separately([ENV_ENABLE_NAMESPACE], __FILE__, __LINE__, "#{<<~"begin;"}\n#{<<~'end;'}", ignore_stderr: true)
762763
begin;
763764
require "prism"

0 commit comments

Comments
 (0)