Skip to content

Commit

Permalink
add missing label selector
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Sep 26, 2023
1 parent 5852be5 commit b64950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ func validateLocalPathAddon(ctx context.Context, t *testing.T, profile string) {
func validateNvidiaDevicePlugin(ctx context.Context, t *testing.T, profile string) {
defer PostMortemLogs(t, profile)

if _, err := PodWait(ctx, t, profile, "kube-system", "nvidia-device-plugin-ds", Minutes(6)); err != nil {
if _, err := PodWait(ctx, t, profile, "kube-system", "name=nvidia-device-plugin-ds", Minutes(6)); err != nil {
t.Fatalf("failed waiting for nvidia-device-plugin-ds pod: %v", err)
}
if rr, err := Run(t, exec.CommandContext(ctx, Target(), "addons", "disable", "nvidia-device-plugin", "-p", profile)); err != nil {
Expand Down

0 comments on commit b64950e

Please sign in to comment.