Skip to content

Commit

Permalink
chore: skip binary test until pact-foundation/pact-reference#171 is f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
mefellows committed Aug 14, 2022
1 parent 66e6b0a commit 57eeb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/v3/todo-consumer/test/consumer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ describe('Pact V3', () => {
});
});

// See https://github.com/pact-foundation/pact-reference/issues/171 for why we have an OS switch here
describe('with image uploads', () => {
// See https://github.com/pact-foundation/pact-reference/issues/171 for why it's skipped
describe.skip('with image uploads', () => {
before(() => {
provider
.given('i have a project', { id: '1001', name: 'Home Chores' })
Expand Down

0 comments on commit 57eeb73

Please sign in to comment.