Skip to content

Commit 68c1e73

Browse files
committed
remove trace from CI
1 parent 9d6dfd9 commit 68c1e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def example_finished(notification)
4545
module TraceHelper
4646
# @rbs () -> RBS::Trace
4747
def self.trace
48-
@trace ||= if Gem::Specification.find_all_by_name('rbs-trace').any?
48+
@trace ||= if GlobalTestEnv.send(:current_env)[:ci].nil?
4949
require 'rbs-trace'
5050
RBS::Trace.new
5151
end

0 commit comments

Comments
 (0)