Revert test comment
This commit is contained in:
		
							parent
							
								
									5aeae6a152
								
							
						
					
					
						commit
						b1da3092fb
					
				|  | @ -131,12 +131,9 @@ var _ = Context("Inside of a new namespace", func() { | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			{ | 			{ | ||||||
| 				// We wrap the update in the Eventually block to avoid the below error
 | 				// We wrap the update in the Eventually block to avoid the below error that occurs due to concurrent modification
 | ||||||
| 				// that occurs due to concurrent modification made by the controller
 | 				// made by the controller to update .Status.AvailableReplicas and .Status.ReadyReplicas
 | ||||||
| 				// to update .Status.AvailableReplicas and .Status.ReadyReplicas
 | 				//   Operation cannot be fulfilled on runnersets.actions.summerwind.dev "example-runnerset": the object has been modified; please apply your changes to the latest version and try again
 | ||||||
| 				// Operation cannot be fulfilled on runnerreplicasets.actions.summerwind.dev
 |  | ||||||
| 				// "example-runnerreplciaset": the object has been modified; please
 |  | ||||||
| 				// apply your changes to the latest version and try again.
 |  | ||||||
| 				Eventually(func() error { | 				Eventually(func() error { | ||||||
| 					var rd actionsv1alpha1.RunnerDeployment | 					var rd actionsv1alpha1.RunnerDeployment | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -161,12 +161,9 @@ var _ = Context("Inside of a new namespace", func() { | ||||||
| 			} | 			} | ||||||
| 
 | 
 | ||||||
| 			{ | 			{ | ||||||
| 				// We wrap the update in the Eventually block to avoid the below error
 | 				// We wrap the update in the Eventually block to avoid the below error that occurs due to concurrent modification
 | ||||||
| 				// that occurs due to concurrent modification made by the controller
 | 				// made by the controller to update .Status.AvailableReplicas and .Status.ReadyReplicas
 | ||||||
| 				// to update .Status.AvailableReplicas and .Status.ReadyReplicas
 | 				//   Operation cannot be fulfilled on runnersets.actions.summerwind.dev "example-runnerset": the object has been modified; please apply your changes to the latest version and try again
 | ||||||
| 				// Operation cannot be fulfilled on runnerreplicasets.actions.summerwind.dev
 |  | ||||||
| 				// "example-runnerreplicaset": the object has been modified; please apply
 |  | ||||||
| 				// your changes to the latest version and try again.
 |  | ||||||
| 				Eventually(func() error { | 				Eventually(func() error { | ||||||
| 					var rs actionsv1alpha1.RunnerReplicaSet | 					var rs actionsv1alpha1.RunnerReplicaSet | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue