Skip to content

Commit 93189e1

Browse files
committed
Annotate non-windows compatible image tests
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent 4623930 commit 93189e1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cmd/nerdctl/image/image_convert_linux_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func TestImageConvert(t *testing.T) {
3131

3232
testCase := &test.Case{
3333
Require: test.Require(
34+
// FIXME: windows does not support stargz
3435
test.Not(test.Windows),
3536
test.Not(nerdtest.Docker),
3637
),

cmd/nerdctl/image/image_inspect_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func TestImageInspectDifferentValidReferencesForTheSameImage(t *testing.T) {
8787
testCase := &test.Case{
8888
Require: test.Require(
8989
test.Not(nerdtest.Docker),
90+
// FIXME: this test depends on hub images that do not have windows versions
9091
test.Not(test.Windows),
9192
// We need a clean slate
9293
nerdtest.Private,

cmd/nerdctl/image/image_save_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func TestSaveContent(t *testing.T) {
3535
nerdtest.Setup()
3636

3737
testCase := &test.Case{
38+
// FIXME: move to busybox for windows?
3839
Require: test.Not(test.Windows),
3940
Setup: func(data test.Data, helpers test.Helpers) {
4041
helpers.Ensure("pull", "--quiet", testutil.CommonImage)

0 commit comments

Comments
 (0)