Skip to content

Commit

Permalink
skip smart wallet tests without TW_SECRET_KEY (#6403)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Mar 3, 2025
1 parent 33ddf56 commit 9fcf1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 9fcf1b8

Please sign in to comment.