Disabled Initial Resources e2e
This commit is contained in:
		@@ -28,7 +28,7 @@ import (
 | 
				
			|||||||
var _ = Describe("Initial Resources", func() {
 | 
					var _ = Describe("Initial Resources", func() {
 | 
				
			||||||
	f := NewFramework("initial-resources")
 | 
						f := NewFramework("initial-resources")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	It("[Skipped][Autoscaling Suite] should set initial resources based on historical data", func() {
 | 
						It("[Skipped] should set initial resources based on historical data", func() {
 | 
				
			||||||
		cpu := 100
 | 
							cpu := 100
 | 
				
			||||||
		mem := 200
 | 
							mem := 200
 | 
				
			||||||
		for i := 0; i < 10; i++ {
 | 
							for i := 0; i < 10; i++ {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user