Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 16, 2025
1 parent 31c2ed4 commit 8e34584
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/helpers/misc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ def skip_unless_ci_cron
skip 'This test only runs as part of the CI cron workflow'
end

# If in a CI (non local dev) context, skip unless operating within the
# special CI context. When in a local dev context or in a special CI context,
# permit the test(s) to run.
# skip unless operating within the special CI context
def skip_unless_special_ci
return if ENV.fetch('SPECIAL_CI', nil)

Expand Down

0 comments on commit 8e34584

Please sign in to comment.