mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Tag broken examples test as manual
This commit is contained in:
parent
04b0468464
commit
c4455eeac8
@ -32,6 +32,7 @@ go_library(
|
|||||||
go_test(
|
go_test(
|
||||||
name = "go_default_xtest",
|
name = "go_default_xtest",
|
||||||
srcs = ["examples_test.go"],
|
srcs = ["examples_test.go"],
|
||||||
|
tags = ["manual"], # this test is broken and examples in-tree is deprecated
|
||||||
deps = [
|
deps = [
|
||||||
"//pkg/api:go_default_library",
|
"//pkg/api:go_default_library",
|
||||||
"//pkg/api/testapi:go_default_library",
|
"//pkg/api/testapi:go_default_library",
|
||||||
|
Loading…
Reference in New Issue
Block a user