From 0642d743e658a9b4a98f9402cc924ef42c4236a4 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 13 Mar 2025 17:36:19 +0100 Subject: [PATCH] pyspec tests deleted --- tests/state_test.go | 5 ----- 1 file changed, 5 deletions(-) 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) {