Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading