From 0aaf4a8401009ff679d0ffc661e63956dfaf4971 Mon Sep 17 00:00:00 2001 From: ckoopmann Date: Wed, 3 Jan 2024 12:50:22 +1100 Subject: [PATCH] Run only new integration tests --- .../ethereum/optimisticAuctionRebalanceExtenisonV1.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ethereum/optimisticAuctionRebalanceExtenisonV1.spec.ts b/test/integration/ethereum/optimisticAuctionRebalanceExtenisonV1.spec.ts index b2fc934d..b85a340c 100644 --- a/test/integration/ethereum/optimisticAuctionRebalanceExtenisonV1.spec.ts +++ b/test/integration/ethereum/optimisticAuctionRebalanceExtenisonV1.spec.ts @@ -61,7 +61,7 @@ function base58ToHexString(base58String: string) { } if (process.env.INTEGRATIONTEST) { - describe("OptimisticAuctionRebalanceExtensionV1 - Integration Test dsEth", () => { + describe.only("OptimisticAuctionRebalanceExtensionV1 - Integration Test dsEth", () => { const contractAddresses = PRODUCTION_ADDRESSES; let owner: Account; let methodologist: Account;