mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
re-enable all eth suite tests
This commit is contained in:
parent
f8ac053d6a
commit
629f2f6891
1 changed files with 18 additions and 20 deletions
|
|
@ -64,7 +64,6 @@ func NewSuite(dest *enode.Node, chainDir, engineURL, jwt string) (*Suite, error)
|
|||
|
||||
func (s *Suite) EthTests() []utesting.Test {
|
||||
return []utesting.Test{
|
||||
/*
|
||||
// status
|
||||
{Name: "Status", Fn: s.TestStatus},
|
||||
// get block headers
|
||||
|
|
@ -83,7 +82,6 @@ func (s *Suite) EthTests() []utesting.Test {
|
|||
{Name: "NewPooledTxs", Fn: s.TestNewPooledTxs},
|
||||
{Name: "BlobViolations", Fn: s.TestBlobViolations},
|
||||
{Name: "TestBlobTxMangledSidecar", Fn: s.TestBlobTxMangledSidecar},
|
||||
*/
|
||||
{Name: "TestBlobTxWithoutSidecar", Fn: s.TestBlobTxWithoutSidecar},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue