Skip to content

Commit

Permalink
Merge pull request #4494 from profnandaa/windows/4485-enable-tests-1
Browse files Browse the repository at this point in the history
tests: enable previously skipped tests
  • Loading branch information
crazy-max committed Dec 18, 2023
2 parents a711a6d + 18d40f0 commit bbb6aac
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions source/http/source_test.go
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"os"
"path/filepath"
"runtime"
"testing"

"github.com/containerd/containerd/content/local"
Expand All @@ -28,10 +27,6 @@ import (
)

func TestHTTPSource(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Depends on unimplemented containerd bind-mount support on Windows")
}

t.Parallel()
ctx := context.TODO()

Expand Down Expand Up @@ -147,10 +142,6 @@ func TestHTTPSource(t *testing.T) {
}

func TestHTTPDefaultName(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Depends on unimplemented containerd bind-mount support on Windows")
}

t.Parallel()
ctx := context.TODO()

Expand Down Expand Up @@ -217,10 +208,6 @@ func TestHTTPInvalidURL(t *testing.T) {
}

func TestHTTPChecksum(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Depends on unimplemented containerd bind-mount support on Windows")
}

t.Parallel()
ctx := context.TODO()

Expand Down

0 comments on commit bbb6aac

Please sign in to comment.