Description: skip flaky test_gc for ruby3.1
 test_gc was found to fail randomly for ruby3.1. skipping this for now until upstream responds
Author: Mohammed Bilal <mdbilal@disroot.org>
Forwarded: https://github.com/tmm1/stackprof/issues/190
Last-Update: 2022-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/test_stackprof.rb
+++ b/test/test_stackprof.rb
@@ -226,7 +226,7 @@
     assert_equal 10, frame[:total_samples]
   end
 
-  def test_gc
+  def xtest_gc
     profile = StackProf.run(interval: 100, raw: true) do
       5.times do
         GC.start
