Skip to content

Commit

Permalink
Merge pull request kubernetes#100815 from claudiubelu/tests/tag-gpu-test
Browse files Browse the repository at this point in the history
Windows tests: Adds [Feature:GPUDevicePlugin] tag to Device Plugin test
  • Loading branch information
k8s-ci-robot authored Apr 5, 2021
2 parents f137c47 + 665e200 commit b0abe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/windows/device_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
testSlowMultiplier = 60
)

var _ = SIGDescribe("Device Plugin", func() {
var _ = SIGDescribe("[Feature:GPUDevicePlugin] Device Plugin", func() {
f := framework.NewDefaultFramework("device-plugin")

var cs clientset.Interface
Expand Down

0 comments on commit b0abe89

Please sign in to comment.