diff --git a/packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts b/packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts index 8e64e840028..6f8f29237af 100644 --- a/packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts +++ b/packages/thirdweb/src/wallets/smart/smart-wallet-integration-v07.test.ts @@ -49,7 +49,7 @@ const contract = getContract({ address: "0xe2cb0eb5147b42095c2FfA6F7ec953bb0bE347D8", }); -describe.sequential( +describe.runIf(process.env.TW_SECRET_KEY).sequential( "SmartWallet 0.7 core tests", { timeout: 240_000, diff --git a/packages/thirdweb/src/wallets/smart/smart-wallet-modular.test.ts b/packages/thirdweb/src/wallets/smart/smart-wallet-modular.test.ts index 36e9c8870e8..c6ff4fadf80 100644 --- a/packages/thirdweb/src/wallets/smart/smart-wallet-modular.test.ts +++ b/packages/thirdweb/src/wallets/smart/smart-wallet-modular.test.ts @@ -28,7 +28,7 @@ const client = TEST_CLIENT; const DEFAULT_FACTORY_ADDRESS = "0xB1846E893CA01c5Dcdaa40371C1e13f2e0Df5717"; const DEFAULT_VALIDATOR_ADDRESS = "0x7D3631d823e0De311DC86f580946EeF2eEC81fba"; -describe.sequential( +describe.runIf(process.env.TW_SECRET_KEY).sequential( "SmartWallet modular tests", { retry: 0,