mirror of https://github.com/k3s-io/k3s
tag test/integration/apimachinery as integration test
parent
aee1997a19
commit
3bbd9b2c55
|
@ -6,6 +6,10 @@ go_test(
|
||||||
"main_test.go",
|
"main_test.go",
|
||||||
"watch_restart_test.go",
|
"watch_restart_test.go",
|
||||||
],
|
],
|
||||||
|
tags = [
|
||||||
|
"etcd",
|
||||||
|
"integration",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//pkg/api/testapi:go_default_library",
|
"//pkg/api/testapi:go_default_library",
|
||||||
"//staging/src/k8s.io/api/core/v1:go_default_library",
|
"//staging/src/k8s.io/api/core/v1:go_default_library",
|
||||||
|
|
Loading…
Reference in New Issue