We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce91590 commit 0cd6b9eCopy full SHA for 0cd6b9e
spec/truffleruby.mspec
@@ -163,6 +163,7 @@ if i = ARGV.index('slow') and ARGV[i-1] == '--excl-tag' and MSpecScript.child_pr
163
if MSpec.current and state = MSpec.current.state # an example is running
164
tag = SpecTag.new
165
tag.tag = 'slow'
166
+ tag.comment = nil
167
tag.description = "#{state.describe} #{state.it}"
168
if MSpec.write_tag(tag)
169
STDERR.puts "\nAdded slow tag for #{tag.description}"
0 commit comments