diff --git a/tests/state_test.go b/tests/state_test.go index a979f443ef..301bc3a7a9 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -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) {