diff options
Diffstat (limited to 'deploy/deploy_test.go')
-rw-r--r-- | deploy/deploy_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/deploy_test.go b/deploy/deploy_test.go index 0ae10b539..987c472ca 100644 --- a/deploy/deploy_test.go +++ b/deploy/deploy_test.go @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !nodeploy + package deploy import ( |