From 57eeb73b0a32b076dce44c25b4a8122925579615 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sun, 14 Aug 2022 11:52:13 +1000 Subject: [PATCH] chore: skip binary test until https://github.com/pact-foundation/pact-reference/issues/171 is fixed --- examples/v3/todo-consumer/test/consumer.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/v3/todo-consumer/test/consumer.spec.js b/examples/v3/todo-consumer/test/consumer.spec.js index 297efa429..ca55755a7 100644 --- a/examples/v3/todo-consumer/test/consumer.spec.js +++ b/examples/v3/todo-consumer/test/consumer.spec.js @@ -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' })