From 3c40a68d09ff9ddab1db57e22babe4f8df5bf7ee Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 30 Mar 2023 15:37:09 +1300 Subject: [PATCH] Remove nocov flags for e2e tests. Signed-off-by: James Blair --- pkg/osutil/signal.go | 2 +- pkg/osutil/signal_linux.go | 2 +- tests/e2e/ctl_v3_completion_test.go | 2 -- tests/e2e/v3_cipher_suite_test.go | 2 +- tests/e2e/zap_logging_test.go | 2 -- 5 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pkg/osutil/signal.go b/pkg/osutil/signal.go index 0e42b9c35..154f88204 100644 --- a/pkg/osutil/signal.go +++ b/pkg/osutil/signal.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !linux || cov +//go:build !linux package osutil diff --git a/pkg/osutil/signal_linux.go b/pkg/osutil/signal_linux.go index 766ed26f3..a392de83d 100644 --- a/pkg/osutil/signal_linux.go +++ b/pkg/osutil/signal_linux.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build linux && !cov +//go:build linux package osutil diff --git a/tests/e2e/ctl_v3_completion_test.go b/tests/e2e/ctl_v3_completion_test.go index 3b4113f34..462bb14ec 100644 --- a/tests/e2e/ctl_v3_completion_test.go +++ b/tests/e2e/ctl_v3_completion_test.go @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !cov - package e2e import ( diff --git a/tests/e2e/v3_cipher_suite_test.go b/tests/e2e/v3_cipher_suite_test.go index 0b342f0f4..074dcfe50 100644 --- a/tests/e2e/v3_cipher_suite_test.go +++ b/tests/e2e/v3_cipher_suite_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !cov && !cluster_proxy +//go:build !cluster_proxy package e2e diff --git a/tests/e2e/zap_logging_test.go b/tests/e2e/zap_logging_test.go index b416bceaf..668311ba9 100644 --- a/tests/e2e/zap_logging_test.go +++ b/tests/e2e/zap_logging_test.go @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !cov - package e2e import (