You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/01/25 18:52:12 UTC

[GitHub] [camel-k] phantomjinx commented on a change in pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

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-unsubscribe@camel.apache.org

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