Skip to content

Commit 93e94da

Browse files
TBBlegabriel-samfira
authored andcommitted
Enable TestSnapshotterClient on Windows
Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent 3a3da69 commit 93e94da

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

integration/client/snapshot_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package client
1818

1919
import (
2020
"context"
21-
"runtime"
2221
"testing"
2322

2423
. "github.com/containerd/containerd"
@@ -44,8 +43,5 @@ func TestSnapshotterClient(t *testing.T) {
4443
if testing.Short() {
4544
t.Skip()
4645
}
47-
if runtime.GOOS == "windows" {
48-
t.Skip("snapshots not yet supported on Windows")
49-
}
50-
testsuite.SnapshotterSuite(t, DefaultSnapshotter, newSnapshotter)
46+
testsuite.SnapshotterSuite(t, "SnapshotterClient", newSnapshotter)
5147
}

0 commit comments

Comments
 (0)