Skip to content

Commit

Permalink
ignore integration directory during unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiomSamarth committed Jan 18, 2022
1 parent f2a753e commit 0ff98cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

##############################################################################

go test $(go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor)
go test $(go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor | grep -v integration)
go test $(go list ./cluster-autoscaler/cloudprovider/mcm/... | grep -v vendor)

#TODO: Return success failure properly
Expand Down

0 comments on commit 0ff98cd

Please sign in to comment.