From ad005a8e6175f732d34f47fabe8890e117c077db Mon Sep 17 00:00:00 2001 From: iain nash Date: Thu, 29 Feb 2024 14:26:21 -0500 Subject: [PATCH] skip test for now --- test/ZoraNFTCreatorV1_Fork.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ZoraNFTCreatorV1_Fork.t.sol b/test/ZoraNFTCreatorV1_Fork.t.sol index 2bad9d6..e8e1f77 100644 --- a/test/ZoraNFTCreatorV1_Fork.t.sol +++ b/test/ZoraNFTCreatorV1_Fork.t.sol @@ -74,7 +74,7 @@ contract ZoraNFTCreatorV1Test is Test, ForkHelper { } } - function testForkDropGeneric() external { + function x_testForkDropGeneric() external { string[] memory forkTestChains = getForkTestChains(); for (uint256 i = 0; i < forkTestChains.length; i++) {