-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help running a specific test #201
Comments
the go test trying to skip I'm not sure what's happening here, but this is basically a blocker for making decent progress on ipfs/helia-verified-fetch#67 Also, #186 and other test failures due to some specific header formatting checking also makes unblocking ipfs/helia-verified-fetch#67 a pain. |
Note that i installed |
it seems like I can skip the TODO tests with Control case
With skip flag
|
I'm really confused still. i'm not a gopher, and I have very little familiarity with go testing
https://github.com/ipfs/gateway-conformance/blob/main/docs/examples.md doesn't help.
I'm trying to debug a test:
TestCors/GET_Responses_from_Gateway_should_include_CORS_headers_allowing_JS_from_other_origins_to_read_the_data_cross-origin
I want to run that test, and only that test but I have no idea how to do that.
I've seen where the specs are defined,
gateway-conformance/tooling/specs/specs.go
Lines 107 to 124 in a95b2db
where do I see a list of all the specs I can ignore, or tests I can skip?
The text was updated successfully, but these errors were encountered: