mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Disable verify-gofmt bazel test
This commit is contained in:
parent
5aa25f8309
commit
14e1889372
22
hack/BUILD
22
hack/BUILD
@ -27,21 +27,23 @@ sh_test(
|
|||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_test(
|
# Disable gofmt test until we can figure out how to access the gofmt binary.
|
||||||
name = "verify-gofmt",
|
# https://github.com/bazelbuild/rules_go/issues/511
|
||||||
srcs = ["verify-gofmt.sh"],
|
#sh_test(
|
||||||
data = [
|
# name = "verify-gofmt",
|
||||||
"//:all-srcs",
|
# srcs = ["verify-gofmt.sh"],
|
||||||
"@io_bazel_rules_go_toolchain//:toolchain",
|
# data = [
|
||||||
],
|
# "//:all-srcs",
|
||||||
tags = ["manual"],
|
# "@io_bazel_rules_go_toolchain//:toolchain",
|
||||||
)
|
# ],
|
||||||
|
# tags = ["manual"],
|
||||||
|
#)
|
||||||
|
|
||||||
test_suite(
|
test_suite(
|
||||||
name = "verify-all",
|
name = "verify-all",
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
tests = [
|
tests = [
|
||||||
"verify-boilerplate",
|
"verify-boilerplate",
|
||||||
"verify-gofmt",
|
# "verify-gofmt",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user