Skip to content

Commit

Permalink
Disable TestIPFSComposeUp
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
  • Loading branch information
apostasie committed Sep 2, 2024
1 parent f2bfc60 commit 0f41939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/nerdctl/ipfs/ipfs_compose_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import (
)

func TestIPFSComposeUp(t *testing.T) {
t.Skip("This is currently broken and failing very often. It is unclear if the test or the code is faulty.")

testutil.DockerIncompatible(t)
base := testutil.NewBase(t)

Expand Down

0 comments on commit 0f41939

Please sign in to comment.