Skip to content

Commit

Permalink
chore: skip test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Mar 26, 2024
1 parent e5652c3 commit 10ea4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestProviderTypeGetProviderAutodetect(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if tt.tr == ProviderPodman && core.IsWindows() {
if tt.tr == ProviderPodman && core.IsWindows() && tt.DockerHost == podmanSocket {
t.Skip("Podman provider is not implemented for Windows")
}

Expand Down

0 comments on commit 10ea4dd

Please sign in to comment.