Skip to content

Commit

Permalink
mark tests pending that rely on a server which is down
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Mar 28, 2023
1 parent ccf28e1 commit 19d7ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
end

it "updates the dependency version in the lockfile" do
pending "dependabot-private.fly.dev is offline"
expect(updated_lockfile_content).to include %({:hex, :jason, "1.1.0")
expect(updated_lockfile_content).not_to include(
"0f7cfa9bdb23fed721ec05419bcee2b2c21a77e926bce0deda029b5adc716fe2"
Expand Down
2 changes: 1 addition & 1 deletion hex/spec/dependabot/hex/update_checker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
end
end

context "with a dependency from a private repo" do
pending "with a dependency from a private repo" do
let(:mixfile_body) { fixture("mixfiles", "private_repo") }
let(:lockfile_body) { fixture("lockfiles", "private_repo") }

Expand Down

0 comments on commit 19d7ecc

Please sign in to comment.