Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module/updateinfo: Disable failing test
After merging #1540, it was revealed that this test in module/updateinfo.feature wasn't actually testing anything, and the behavior it intends to test is (and has long been?) broken. The test was expecting an empty stdout (or <REPOSYNC>), which it was getting, but only after refactoring the tests did we notice the message on stderr: Unknown argument "--list" for command "updateinfo". For now, I've updated the test to call the correct command, `updateinfo list`, and disabled the test since it is now failing (but in a more valid way).
- Loading branch information