phantomjinx commented on a change in pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#discussion_r792023934



##########
File path: e2e/common/operator_metrics_test.go
##########
@@ -171,6 +172,17 @@ func TestMetrics(t *testing.T) {
                        ))
                })
 
+               /*
+                * TODO
+                * The duration_seconds tests keep randomly failing on OCP4 
with slightly different duration values
+                * May need to lessen the strict checking parameters
+                *
+                * Adding CAMEL_K_TEST_SKIP_PROBLEMATIC env var for the moment.
+                */
+               if os.Getenv("CAMEL_K_TEST_SKIP_PROBLEMATIC") == "true" {

Review comment:
       That is the case. Only in the nightly OCP test suite is 
CAMEL_K_TEST_SKIP_PROBLEMATIC set to "true". Upstream is empty.




-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to