Skip to content
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

Ignore failing test #70

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Ignore failing test #70

merged 3 commits into from
Jan 29, 2024

Conversation

harisang
Copy link
Contributor

@harisang harisang commented Jan 26, 2024

This PR removes a failing IPFS test, as reported in issue #60 . Although it would be nice to fix, we don't really have the capacity for this now, and so i am proposing to remove this test so that we don't get constant failures in all the PRs that we are doing at the moment.

UPDATE: We followed @bh2smith 's suggestion and just ignored the test for now instead of removing it.

@bh2smith
Copy link
Contributor

You could just put an ignore/skip tag on the test with a todo and corresponding issue to get back to it.

@bh2smith
Copy link
Contributor

bh2smith commented Jan 26, 2024

If this test is consistently failing, this seems to suggest that the only source of truth now is the Dune table. If it were wiped, we might not be able to recreate that record...

This Dune query, shows the record we expect to find on IPFS:

https://dune.com/queries/3381890

The failing tests seems to imply that this record is no longer available on IPFS.

@harisang harisang merged commit 034e93c into main Jan 29, 2024
4 of 6 checks passed
@harisang harisang deleted the remove_failing_test branch January 29, 2024 17:37
@harisang harisang changed the title Remove failing test Ignore failing test Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants