re-enable all eth suite tests

This commit is contained in:
Jared Wasinger 2025-02-25 09:42:00 +01:00
parent f8ac053d6a
commit 629f2f6891

View file

@ -64,7 +64,6 @@ func NewSuite(dest *enode.Node, chainDir, engineURL, jwt string) (*Suite, error)
func (s *Suite) EthTests() []utesting.Test { func (s *Suite) EthTests() []utesting.Test {
return []utesting.Test{ return []utesting.Test{
/*
// status // status
{Name: "Status", Fn: s.TestStatus}, {Name: "Status", Fn: s.TestStatus},
// get block headers // get block headers
@ -83,7 +82,6 @@ func (s *Suite) EthTests() []utesting.Test {
{Name: "NewPooledTxs", Fn: s.TestNewPooledTxs}, {Name: "NewPooledTxs", Fn: s.TestNewPooledTxs},
{Name: "BlobViolations", Fn: s.TestBlobViolations}, {Name: "BlobViolations", Fn: s.TestBlobViolations},
{Name: "TestBlobTxMangledSidecar", Fn: s.TestBlobTxMangledSidecar}, {Name: "TestBlobTxMangledSidecar", Fn: s.TestBlobTxMangledSidecar},
*/
{Name: "TestBlobTxWithoutSidecar", Fn: s.TestBlobTxWithoutSidecar}, {Name: "TestBlobTxWithoutSidecar", Fn: s.TestBlobTxWithoutSidecar},
} }
} }