mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
pyspec tests deleted
This commit is contained in:
parent
c1cf093ad8
commit
0642d743e6
1 changed files with 0 additions and 5 deletions
|
|
@ -57,11 +57,6 @@ func initMatcher(st *testMatcher) {
|
|||
// Broken tests:
|
||||
// EOF is not part of cancun
|
||||
st.skipLoad(`^stEOF/`)
|
||||
|
||||
// The tests under Pyspecs are the ones that are published as execution-spec tests.
|
||||
// We run these tests separately, no need to _also_ run them as part of the
|
||||
// reference tests.
|
||||
st.skipLoad(`^Pyspecs/`)
|
||||
}
|
||||
|
||||
func TestState(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue