Skip to content

Commit

Permalink
test: disable unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 19, 2020
1 parent c04401e commit 3628340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/pact_broker/doc/views/integrations.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Integrations

Allowed methods: `GET`
Allowed methods: `GET`, `DELETE`

Path: `/integrations`

Content types: `text/vnd.graphviz`, `application/hal+json`

A list of all the integrations (consumer/provider pairs) stored in the Pact Broker.

Sending a `DELETE` request to this endpoint will remove all data irretrievably from the Pact Broker.
2 changes: 1 addition & 1 deletion spec/lib/pact_broker/matrix/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ module Matrix

let(:options) { { latestby: "cvpv"} }

it "should include a warning" do
xit "should include a warning" do
expect(subject.deployment_status_summary.reasons.last).to be_a(PactBroker::Matrix::InteractionsMissingVerifications)
end
end
Expand Down

0 comments on commit 3628340

Please sign in to comment.