mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #14619 from brendandburns/fix
Disable kubelet_perf test in GKE
This commit is contained in:
commit
ae81f0b55f
@ -78,6 +78,10 @@ var _ = Describe("Kubelet", func() {
|
||||
name := fmt.Sprintf(
|
||||
"over %v with %d pods per node.", monitoringTime, podsPerNode)
|
||||
It(name, func() {
|
||||
// Skip this test for GKE.
|
||||
// TODO: Re-activate this for GKE
|
||||
SkipIfProviderIs("gke")
|
||||
|
||||
totalPods := podsPerNode * numNodes
|
||||
By(fmt.Sprintf("Creating a RC of %d pods and wait until all pods of this RC are running", totalPods))
|
||||
rcName := fmt.Sprintf("resource%d-%s", totalPods, string(util.NewUUID()))
|
||||
|
Loading…
Reference in New Issue
Block a user