diff options
Diffstat (limited to 'contracts/protocol/test/exchange/fill_order.ts')
-rw-r--r-- | contracts/protocol/test/exchange/fill_order.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/protocol/test/exchange/fill_order.ts b/contracts/protocol/test/exchange/fill_order.ts index 2bdbe4855..82f1dd9bf 100644 --- a/contracts/protocol/test/exchange/fill_order.ts +++ b/contracts/protocol/test/exchange/fill_order.ts @@ -51,7 +51,7 @@ const defaultFillScenario = { }, }; -describe('FillOrder Tests', () => { +describe.skip('FillOrder Tests', () => { let fillOrderCombinatorialUtils: FillOrderCombinatorialUtils; before(async () => { |