Skip to content

Commit

Permalink
Skip test on rubies where it's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 28, 2024
1 parent 243793f commit 5846eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/release_gem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# It's easy to forget to ship new files, especially when a new paradigm is
# introduced (e.g. introducing native files requires the inclusion `ext/`)
it 'includes all important files' do
skip 'broken git output' if RUBY_VERSION < '3.3.'

single_files_excluded = %r{
^
(
Expand Down

0 comments on commit 5846eee

Please sign in to comment.