mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #79092 from lubinsz/pr_bzl_rundir2
rundir attribute was missing for some new integration test cases
This commit is contained in:
commit
737d74d12d
@ -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