kuadrant-operator
kuadrant-operator copied to clipboard
Review scope of tests
Unit tests are well scoped, while Integration are looking very much like e2e tests. It's important to define the scope of the latter ones, since at the moment 2 integration tests are consuming way too much resources and time asserting trivial things.
@didierofrivia ?