diff --git a/tests/block_test.go b/tests/block_test.go
index 74c7ed8197..591bff6e07 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
+//go:build integration
+// +build integration
+
package tests
import (
diff --git a/tests/block_test_util.go b/tests/block_test_util.go
index bcf861e09b..fea4ee0b95 100644
--- a/tests/block_test_util.go
+++ b/tests/block_test_util.go
@@ -15,6 +15,10 @@
// along with the go-ethereum library. If not, see .
// Package tests implements execution of Ethereum JSON tests.
+
+//go:build integration
+// +build integration
+
package tests
import (
diff --git a/tests/bor/bor_test.go b/tests/bor/bor_test.go
index 7d0ca9372b..3bda2ee3f4 100644
--- a/tests/bor/bor_test.go
+++ b/tests/bor/bor_test.go
@@ -1,3 +1,6 @@
+//go:build integration
+// +build integration
+
package bor
import (
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go
index 192dff12cc..0b030c1485 100644
--- a/tests/difficulty_test.go
+++ b/tests/difficulty_test.go
@@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
+//go:build integration
+// +build integration
+
package tests
import (
diff --git a/tests/init_test.go b/tests/init_test.go
index 7e2f3ff7f5..4ade0bfb90 100644
--- a/tests/init_test.go
+++ b/tests/init_test.go
@@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
+//go:build integration
+// +build integration
+
package tests
import (
diff --git a/tests/state_test.go b/tests/state_test.go
index d2c92b211c..8fcf35b864 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
+//go:build integration
+// +build integration
+
package tests
import (
diff --git a/tests/transaction_test.go b/tests/transaction_test.go
index cb0f262318..1197eebe19 100644
--- a/tests/transaction_test.go
+++ b/tests/transaction_test.go
@@ -14,6 +14,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
+//go:build integration
+// +build integration
+
package tests
import (