Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions chia/_tests/util/test_full_block_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ def get_full_blocks() -> Iterator[FullBlock]:


@pytest.mark.anyio
@pytest.mark.skip(
"Very slow test with limited usefulness: was used to ensure the cheap parser for FullBlock matched the regular one"
)
async def test_parser():
# loop over every combination of Optionals being set and not set
# along with random values for the FullBlock fields. Ensure
Expand Down
Loading