mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #30482 from mtaufen/eviction_disruptive
Automatic merge from submit-queue Label MemoryEviction [Disruptive] This test has the potential to be disruptive. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30482) <!-- Reviewable:end -->
This commit is contained in:
		@@ -33,7 +33,7 @@ import (
 | 
			
		||||
// Eviction Policy is described here:
 | 
			
		||||
// https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/kubelet-eviction.md
 | 
			
		||||
 | 
			
		||||
var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial]", func() {
 | 
			
		||||
var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial] [Disruptive]", func() {
 | 
			
		||||
	f := framework.NewDefaultFramework("eviction-test")
 | 
			
		||||
 | 
			
		||||
	Context("When there is memory pressure", func() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user