Remove KubeConfig Dependency for Store Tests
Removes the KubeConfig Dependency for the Store Test by using the FakeClient Instead. Unit Tests should not rely on a real KubeConfig. Fixes #2789
This commit is contained in:
parent
2486ad9500
commit
c783c08d81
4 changed files with 254 additions and 152 deletions
|
|
@ -33,9 +33,6 @@ jobs:
|
|||
script:
|
||||
- make lua-test
|
||||
- stage: Coverage
|
||||
before_script:
|
||||
# start minikube
|
||||
- test/e2e/up.sh
|
||||
script:
|
||||
- make cover
|
||||
- stage: e2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue