diff --git a/integration/getchaintips_test.go b/integration/getchaintips_test.go index 1570ba740c..5a4d39b588 100644 --- a/integration/getchaintips_test.go +++ b/integration/getchaintips_test.go @@ -1,3 +1,7 @@ +// This file is ignored during the regular tests due to the following build tag. +//go:build rpctest +// +build rpctest + package integration import ( diff --git a/integration/invalidate_reconsider_block_test.go b/integration/invalidate_reconsider_block_test.go index 4fe6ff0012..cfc5984005 100644 --- a/integration/invalidate_reconsider_block_test.go +++ b/integration/invalidate_reconsider_block_test.go @@ -1,3 +1,7 @@ +// This file is ignored during the regular tests due to the following build tag. +//go:build rpctest +// +build rpctest + package integration import (