This PR temporarily mutes the text validation part of linkerd inject --manual test case. This has to be done because currently manual injection is tested by validating the text output against a predefined .golden file that holds the expected output. This approach may often fail because linkerd inject --manual may have a different text output depending on the version of Linkerd used (mentioned in the config.yaml; by default its the latest edge). Until we figure out a better way to validate the output, this part of the test case needs to be omitted to prevent flakiness.
This PR temporarily mutes the text validation part of
linkerd inject --manual
test case. This has to be done because currently manual injection is tested by validating the text output against a predefined.golden
file that holds the expected output. This approach may often fail becauselinkerd inject --manual
may have a different text output depending on the version of Linkerd used (mentioned in theconfig.yaml
; by default its the latest edge). Until we figure out a better way to validate the output, this part of the test case needs to be omitted to prevent flakiness.Signed-off-by: Mayank Shah mayankshah1614@gmail.com