Skip the ringbuf test mod for now since data-gen is a bit "heavy/laggy" atm
parent
d59954ade3
commit
bd3ac36c06
|
@ -17,6 +17,9 @@ from tractor._testing.samples import (
|
|||
generate_sample_messages
|
||||
)
|
||||
|
||||
# in case you don't want to melt your cores, uncomment dis!
|
||||
pytestmark = pytest.mark.skip
|
||||
|
||||
|
||||
@tractor.context
|
||||
async def child_read_shm(
|
||||
|
|
Loading…
Reference in New Issue