fix: only run openshift tests in integration mode#868
fix: only run openshift tests in integration mode#868lkingland wants to merge 2 commits intoknative:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #868 +/- ##
==========================================
+ Coverage 42.87% 43.55% +0.68%
==========================================
Files 49 48 -1
Lines 4786 4741 -45
==========================================
+ Hits 2052 2065 +13
+ Misses 2446 2392 -54
+ Partials 288 284 -4
Continue to review full report at Codecov.
|
|
this contains a lot of changes that does not seem to be related |
|
Closing in favor of #870. |
Yes, I was planning to rebase after #865 was merged. Thanks for just putting the change in straight away! |
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
Changes
The OpenShift integration test was running in unit test mode; simply needing the tag.
/kind bug
Fixes #867