We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ab7a4 commit d38695eCopy full SHA for d38695e
lib/appmap/minitest.rb
@@ -142,7 +142,6 @@ class ::Minitest::Test
142
alias run_without_hook run
143
144
def run
145
- GC.start
146
AppMap::Minitest.begin_test self, name
147
begin
148
run_without_hook
lib/appmap/rspec.rb
@@ -87,7 +87,6 @@ def initialize(example)
87
end
88
89
warn "Starting recording of example #{example}@#{source_location}" if AppMap::RSpec::LOG
90
91
@trace = AppMap.tracing.trace
92
@webdriver_port = webdriver_port.()
93
0 commit comments