VULN-66059: remove ssh server tests

## Summary
The initial purpose of this PR was to bump the base image from buster to bookworm however these tests are no longer exercised hence the removal

Closes VULN-66059
This commit is contained in:
Luis Neto
2024-11-05 23:00:35 -08:00
parent 3d33f559b1
commit e8e824a730
9 changed files with 0 additions and 320 deletions

View File

@@ -165,10 +165,6 @@ cover:
# Generate the HTML report that can be viewed from the browser in CI.
$Q go tool cover -html ".cover/c.out" -o .cover/all.html
.PHONY: test-ssh-server
test-ssh-server:
docker-compose -f ssh_server_tests/docker-compose.yml up
.PHONY: install-go
install-go:
rm -rf ${CF_GO_PATH}