Skip to content

Commit

Permalink
ci: disable on-deman ctr vulnerability tests (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune authored May 7, 2021
1 parent cf7bb6d commit bcaaaa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions integration/container_vulnerability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@ func TestContainerVulnerabilityCommandScanErrorContainerImageNotFound(t *testing
"EXITCODE is not the expected one")
}

func TestContainerVulnerabilityCommandScanHumanReadablePollGenerateHtml(t *testing.T) {
// !!! DISABLE TEST !!! :sadpanda:
//
// We will re-enable them with https://github.com/lacework/go-sdk/issues/399
//
func _TestContainerVulnerabilityCommandScanHumanReadablePollGenerateHtml(t *testing.T) {
// create a temporal directory to check that the HTML file is deployed
home := createTOMLConfigFromCIvars()
defer os.RemoveAll(home)
Expand Down Expand Up @@ -169,7 +173,11 @@ type containerVulnerabilityScan struct {
Status string `json:"status"`
}

func TestContainerVulnerabilityCommandsEndToEnd(t *testing.T) {
// !!! DISABLE TEST !!! :sadpanda:
//
// We will re-enable them with https://github.com/lacework/go-sdk/issues/399
//
func _TestContainerVulnerabilityCommandsEndToEnd(t *testing.T) {
var (
out bytes.Buffer
err bytes.Buffer
Expand Down

0 comments on commit bcaaaa7

Please sign in to comment.