Skip to content

Commit 5846eee

Browse files
committed
Skip test on rubies where it's broken
1 parent 243793f commit 5846eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/datadog/release_gem_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# It's easy to forget to ship new files, especially when a new paradigm is
77
# introduced (e.g. introducing native files requires the inclusion `ext/`)
88
it 'includes all important files' do
9+
skip 'broken git output' if RUBY_VERSION < '3.3.'
10+
911
single_files_excluded = %r{
1012
^
1113
(

0 commit comments

Comments
 (0)