mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-06 04:07:16 +03:00
skip test_parser() test (#16338)
This commit is contained in:
parent
1636dcc408
commit
b1afd4a48d
@ -244,7 +244,7 @@ def get_full_blocks() -> Iterator[FullBlock]:
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
# @pytest.mark.skip("This test is expensive and has already convinced us the parser works")
|
||||
@pytest.mark.skip("This test is expensive and has already convinced us the parser works")
|
||||
async def test_parser():
|
||||
# loop over every combination of Optionals being set and not set
|
||||
# along with random values for the FullBlock fields. Ensure
|
||||
|
Loading…
Reference in New Issue
Block a user