Skip to content

Commit 3a549ad

Browse files
authored
Skip slow test for FullBlock parser (#20183)
* Skip slow test for FullBlock parser Skip slow test for FullBlock parser due to limited usefulness. * shorten line * format fix
1 parent 30c828b commit 3a549ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chia/_tests/util/test_full_block_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ def get_full_blocks() -> Iterator[FullBlock]:
255255

256256

257257
@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+
)
258261
async def test_parser():
259262
# loop over every combination of Optionals being set and not set
260263
# along with random values for the FullBlock fields. Ensure

0 commit comments

Comments
 (0)