-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
Description:
Checking the latest test execution over OCP for the helm integration test I saw that we have 2 skipped tests because the k8s version is not supported:
=== RUN TestReleaseChannels test.go:264: Skipping "TestReleaseChannels": cluster cluster-0 is below required min k8s version 1.30 --- SKIP: TestReleaseChannels (0.00s) === RUN TestRevisionedReleaseChannels test.go:264: Skipping "TestRevisionedReleaseChannels": cluster cluster-0 is below required min k8s version 1.30 --- SKIP: TestRevisionedReleaseChannels (0.00s)
We need to verify How this verification is being done to allow those tests to run also over the OCP cluster
Acceptance Criteria:
Made upstream change that allow us to run this test on OCP