aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/exchange/fill_order.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/exchange/fill_order.ts')
-rw-r--r--contracts/protocol/test/exchange/fill_order.ts2
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 () => {