Skip to content

Commit

Permalink
Disable TestIPFSComposeUp
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Sep 2, 2024
1 parent f2bfc60 commit c913f68
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 @@ -34,6 +34,8 @@ func TestIPFSComposeUp(t *testing.T) {
testutil.DockerIncompatible(t)
base := testutil.NewBase(t)

Check failure on line 35 in cmd/nerdctl/ipfs/ipfs_compose_linux_test.go

View workflow job for this annotation

GitHub Actions / lint

SA4006: this value of `base` is never used (staticcheck)

Check failure on line 35 in cmd/nerdctl/ipfs/ipfs_compose_linux_test.go

View workflow job for this annotation

GitHub Actions / lint

SA4006: this value of `base` is never used (staticcheck)

t.Skip("This is currently broken and failing very often. It is unclear if the test or the code is faulty.")

iReg := testregistry.NewIPFSRegistry(base, nil, 0, nil, nil)
t.Cleanup(func() {
iReg.Cleanup(nil)
Expand Down

0 comments on commit c913f68

Please sign in to comment.