Skip to content

Commit

Permalink
testgen: disable gasPrice tests
Browse files Browse the repository at this point in the history
These were already removed in ethereum/execution-apis#294.
  • Loading branch information
fjl committed Jan 17, 2024
1 parent 73eb2e8 commit a0cb54f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions testgen/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,19 @@ var AllMethods = []MethodTests{
EthGetTransactionReceipt,
EthGetBlockReceipts,
EthSendRawTransaction,
EthGasPrice,
EthMaxPriorityFeePerGas,
EthSyncing,
EthFeeHistory,
// EthGetUncleByBlockNumberAndIndex,
DebugGetRawHeader,
DebugGetRawBlock,
DebugGetRawReceipts,
DebugGetRawTransaction,

// -- gas price tests are disabled because of non-determinism
// EthGasPrice,
// EthMaxPriorityFeePerGas,

// -- uncle APIs are not required anymore after the merge
// EthGetUncleByBlockNumberAndIndex,
}

// EthBlockNumber stores a list of all tests against the method.
Expand Down

0 comments on commit a0cb54f

Please sign in to comment.