Skip to content

Commit

Permalink
Remove precompile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonponti committed Aug 15, 2023
1 parent 2dc38bf commit 8e84371
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions e2e_test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,15 +685,6 @@ func runMochaTest(t *testing.T, add_args func(*env.AccountsConfig, *genesis.Conf
require.NoError(t, err)
}

func TestPrecompileWrappers(t *testing.T) {
add_args := func(ac *env.AccountsConfig, gc *genesis.Config, network test.Network) []string {
accounts := test.Accounts(ac.DeveloperAccounts(), gc.ChainConfig())
privateKeyHex := fmt.Sprintf("0x%064x", accounts[0].Key.D)
return []string{"test-precompile-wrappers", "--signerkey=" + privateKeyHex}
}
runMochaTest(t, add_args)
}

func TestEthersJSCompatibility(t *testing.T) {
add_args := func(ac *env.AccountsConfig, gc *genesis.Config, network test.Network) []string {
ctx, cancel := context.WithTimeout(context.Background(), time.Second*20)
Expand Down
1 change: 0 additions & 1 deletion e2e_test/ethersjs-api-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register test/*.ts",
"test-precompile-wrappers": "mocha -r ts-node/register test-precompile-wrappers/*.ts"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 8e84371

Please sign in to comment.