Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(e2e-fix) do not check for updated csv that is likely to be GC'd
In the test `Operator Group cleanup csvs with bad namespace annotation`, the polling logic that updates a copied csv with a bad annotation was checking to see if the update was successful. However, once the copied csv is given a bad annotation, the CSV is GC'd, and if the collection happens immediately, the polling logic fails. This fix removes the logic that attempts to check the updated CSV, and instead relies on the updateErr being nil to assert that the update was successful. Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>
- Loading branch information