Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable yaml case until test can be rewritten
show_test has been failing intermittently since af3f0f6 introduced `-f`. The test failure is due to the flags not being completely reset between `RootCmd.Execute()` invocations, thus the second of json/yaml (changes because hash ordering) sees *duplicate* `-f` options, and produces duplicate output. This breaks json test validation, but not yaml(!) Ideally we would revert the offending change and resubmit with fixed tests, but there have been numerous changes merged since. To stop developing _further_ failure blindness, this change simply disables the (less-strict) yaml testcase while a rewrite of show_test is undertaken (probably a move to new integration framework). This is *not* a fix for vmware-archive#99
- Loading branch information