mrutkows opened a new issue #750: Remove or fix incomplete test/use case in 
deploymentreader_test.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/750
 
 
   This test function (stub) exists in deploymentreader_test.go:
   ```
   func TestDeployerCheck(t *testing.T) {
        sd := NewServiceDeployer()
        sd.DeploymentPath = "../tests/usecases/badyaml/deployment.yaml"
        sd.ManifestPath = "../tests/usecases/badyaml/manifest.yaml"
        // The system will exit thus the test will fail.
        // sd.Check()
   }
   ```
   either fix or delete.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to