From 36f911280b66ffbde0c4ac2c7fe0b354191c22ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Fri, 23 Aug 2024 17:14:25 -0300 Subject: [PATCH] test: use skip instead of warp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- .../subgraph-service/test/subgraphService/allocate/stop.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subgraph-service/test/subgraphService/allocate/stop.t.sol b/packages/subgraph-service/test/subgraphService/allocate/stop.t.sol index a183f0790..fff5c457f 100644 --- a/packages/subgraph-service/test/subgraphService/allocate/stop.t.sol +++ b/packages/subgraph-service/test/subgraphService/allocate/stop.t.sol @@ -78,7 +78,7 @@ contract SubgraphServiceAllocateStopTest is SubgraphServiceTest { ) public useIndexer useAllocation(tokens) { address permissionlessBob = makeAddr("permissionlessBob"); - vm.warp(maxPOIStaleness + 1); + skip(maxPOIStaleness + 1); resetPrank(permissionlessBob); subgraphService.closeStaleAllocation(allocationID);