remove build tags from test e2e internal unittests

This commit is contained in:
Benjamin Elder
2025-12-16 20:41:56 -08:00
parent c180d6762d
commit 2d8a26a79c

View File

@@ -1,5 +1,3 @@
//go:build linux && amd64
/*
Copyright 2022 The Kubernetes Authors.
@@ -16,8 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This test uses etcd that is only fully supported for AMD64 and Linux
// https://etcd.io/docs/v3.5/op-guide/supported-platform/#support-tiers
// This test uses etcd that is only fully supported for AMD64 and ARM64 on Linux.
// We also test on PPC64LE and s390x which are tier 2.
//
// If you test on windows / macOS, be aware that we do not have upstream CI for these.
//
// https://etcd.io/docs/v3.6/op-guide/supported-platform/#support-tiers
package cleanup
@@ -45,8 +47,6 @@ import (
// for future additional import statements.
//
//
//
//
// This must be line #50.
func init() {