pvary commented on code in PR #476:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/476#discussion_r1048461390


##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/controller/FlinkDeploymentControllerTest.java:
##########
@@ -297,88 +297,10 @@ public void verifyFailedDeployment() throws Exception {
     @ValueSource(
             strings = {
                 DeploymentFailedException.REASON_CRASH_LOOP_BACKOFF,
-                DeploymentFailedException.REASON_IMAGE_PULL_BACKOFF
+                DeploymentFailedException.REASON_IMAGE_PULL_BACKOFF,
+                DeploymentFailedException.REASON_ERR_IMAGE_PULL
             })
-    public void verifyInProgressDeploymentWithBackoff(String reason) throws 
Exception {

Review Comment:
   This was a duplicated code, but without the `Test` annotation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to