Skip to content

fix: Remove broken failing test of @Deprecated DNS method - #239

Merged
cstamas merged 1 commit into
ipfs-shipyard:masterfrom
vorburger:rm-dns
Jan 19, 2026
Merged

fix: Remove broken failing test of @Deprecated DNS method#239
cstamas merged 1 commit into
ipfs-shipyard:masterfrom
vorburger:rm-dns

Conversation

@vorburger

Copy link
Copy Markdown
Collaborator

Because as per #237 this test does not work anymore, see:

dnsTest(io.ipfs.api.APITest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException:
IOException contacting IPFS daemon.
404 page not found
Trailer: null
at io.ipfs.api.APITest.dnsTest(APITest.java:741)
Caused by: java.io.FileNotFoundException: http://127.0.0.1:5001/api/v0/dns?arg=ipfs.io&r=true
at io.ipfs.api.APITest.dnsTest(APITest.java:741)

And on https://docs.ipfs.tech/reference/kubo/rpc/ there does not (anymore) appear to be a /api/v0/dns.

@ianopolous merge?

@cstamascstamas left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This API endpoint was removed from Kubo.

@cstamas
cstamas merged commit bb96812 into ipfs-shipyard:masterJan 19, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vorburger@cstamas@ianopolous