Skip to content

Commit

Permalink
Skip a flaky objspace test on Visual Studio
Browse files Browse the repository at this point in the history
This seems to happen only on VisualStudio:
https://github.com/ruby/ruby/actions/runs/7130917319/job/19418375386

It fails relatively frequently. Nobody seems actively working on it, so
let's skip it until somebody starts working on it.
  • Loading branch information
k0kubun committed Dec 7, 2023
1 parent 3a88de3 commit 1721bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/objspace/test_objspace.rb
Expand Up @@ -141,6 +141,7 @@ def test_reachable_objects_from
end

def test_reachable_objects_during_iteration
omit 'flaky on Visual Studio with: [BUG] Unnormalized Fixnum value' if /mswin/ =~ RUBY_PLATFORM
opts = %w[--disable-gem --disable=frozen-string-literal -robjspace]
assert_separately opts, "#{<<-"begin;"}\n#{<<-'end;'}"
begin;
Expand Down

0 comments on commit 1721bb9

Please sign in to comment.