Skip to content

Commit 55636fa

Browse files
committed
Skip test of memrss under MN threading
1 parent 4b2fce6 commit 55636fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_memory_tracker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class TestMemoryTracker < Minitest::Test
77
REASONABLE_RANGE = (10_000_000)..(200_000_000)
88

99
def test_memory_rss
10+
return skip("https://bugs.ruby-lang.org/issues/20638") if ENV["RUBY_MN_THREADS"]
1011
assert_includes REASONABLE_RANGE, Vernier.memory_rss
1112
end
1213

0 commit comments

Comments
 (0)