We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c828b commit 3a549adCopy full SHA for 3a549ad
chia/_tests/util/test_full_block_utils.py
@@ -255,6 +255,9 @@ def get_full_blocks() -> Iterator[FullBlock]:
255
256
257
@pytest.mark.anyio
258
+@pytest.mark.skip(
259
+ "Very slow test with limited usefulness: was used to ensure the cheap parser for FullBlock matched the regular one"
260
+)
261
async def test_parser():
262
# loop over every combination of Optionals being set and not set
263
# along with random values for the FullBlock fields. Ensure
0 commit comments