fix(tests): Delete inconsistent test (#1481)
* Delete inconsistent test * delete test
This commit is contained in:
parent
645e49bff5
commit
8256649f1d
@ -887,18 +887,6 @@ func (suite *KeeperTestSuite) TestTraceTx() {
|
||||
},
|
||||
expPass: false,
|
||||
},
|
||||
{
|
||||
msg: "trace config - Execution Timeout",
|
||||
malleate: func() {
|
||||
traceConfig = &types.TraceConfig{
|
||||
DisableStack: true,
|
||||
DisableStorage: true,
|
||||
EnableMemory: false,
|
||||
Timeout: "0s",
|
||||
}
|
||||
},
|
||||
expPass: false,
|
||||
},
|
||||
{
|
||||
msg: "default tracer with contract creation tx as predecessor but 'create' param disabled",
|
||||
malleate: func() {
|
||||
|
Loading…
Reference in New Issue
Block a user