mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
rundir attribute was missing for some new integration test cases
Signed-off-by: Bin Lu <bin.lu@arm.com>
This commit is contained in:
parent
5ae55b992b
commit
53e639ab9d
@ -6,6 +6,7 @@ go_test(
|
||||
"disruption_test.go",
|
||||
"main_test.go",
|
||||
],
|
||||
rundir = ".",
|
||||
tags = ["integration"],
|
||||
deps = [
|
||||
"//cmd/kube-apiserver/app/testing:go_default_library",
|
||||
|
@ -6,6 +6,7 @@ go_test(
|
||||
"events_test.go",
|
||||
"main_test.go",
|
||||
],
|
||||
rundir = ".",
|
||||
tags = ["integration"],
|
||||
deps = [
|
||||
"//cmd/kube-apiserver/app/testing:go_default_library",
|
||||
|
Loading…
Reference in New Issue
Block a user