Skip to content

Commit

Permalink
temporarily skip shallow clone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Apr 22, 2024
1 parent 17ef1fe commit 5a889cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/ci/git/local_repository_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ def with_custom_git_environment
end

context "with shallow clone" do
before { skip("temporariliy skipped until development returns to main") }

let(:tmpdir) { Dir.mktmpdir }
after { FileUtils.remove_entry(tmpdir) }

Expand Down

0 comments on commit 5a889cf

Please sign in to comment.