consumer test runs again...?
This commit is contained in:
parent
9b975b759b
commit
d179fdede6
@ -11,10 +11,6 @@ from pyinfra.visitor import get_object_descriptor, ForwardingStrategy
|
|||||||
logger = logging.getLogger()
|
logger = logging.getLogger()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(
|
|
||||||
reason="NOTE: Something is messed up in the test setups."
|
|
||||||
"These tests fail when run together with other tests. Do not know yet which ones and why."
|
|
||||||
)
|
|
||||||
class TestConsumer:
|
class TestConsumer:
|
||||||
@pytest.mark.parametrize("queue_manager_name", ["mock", "pika"], scope="session")
|
@pytest.mark.parametrize("queue_manager_name", ["mock", "pika"], scope="session")
|
||||||
def test_consuming_empty_input_queue_does_not_put_anything_on_output_queue(self, consumer, queue_manager):
|
def test_consuming_empty_input_queue_does_not_put_anything_on_output_queue(self, consumer, queue_manager):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user