pyspec tests deleted

This commit is contained in:
Sina Mahmoodi 2025-03-13 17:36:19 +01:00
parent c1cf093ad8
commit 0642d743e6

View file

@ -57,11 +57,6 @@ func initMatcher(st *testMatcher) {
// Broken tests: // Broken tests:
// EOF is not part of cancun // EOF is not part of cancun
st.skipLoad(`^stEOF/`) 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) { func TestState(t *testing.T) {