mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #112416 from aojea/race_apiserver_startup
Don't run TestCleanup that requires etcd on non linux+amd64 platforms
This commit is contained in:
commit
0f582f7c3f
@ -1,3 +1,5 @@
|
|||||||
|
//go:build linux && amd64
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2022 The Kubernetes Authors.
|
Copyright 2022 The Kubernetes Authors.
|
||||||
|
|
||||||
@ -14,6 +16,9 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
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
|
||||||
|
|
||||||
package cleanup
|
package cleanup
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -42,11 +47,6 @@ import (
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// This must be line #50.
|
// This must be line #50.
|
||||||
|
|
||||||
var _ = ginkgo.Describe("e2e", func() {
|
var _ = ginkgo.Describe("e2e", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user