Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 4d57d7d

Browse files
author
Craig Furman
committed
Give network to test
1 parent e968c63 commit 4d57d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/appliance/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ go_test(
5757
env = {
5858
"KUBEBUILDER_ASSET_PATHS": "$(rlocationpaths //dev/tools:kubebuilder-assets)",
5959
},
60+
tags = [
61+
# Test starts kube-apiserver, which needs to bind an address.
62+
"requires-network",
63+
],
6064
deps = [
6165
"@com_github_go_logr_stdr//:stdr",
6266
"@com_github_stretchr_testify//require",

0 commit comments

Comments
 (0)