consumer test runs again...?

This commit is contained in:
Matthias Bisping 2022-06-14 14:17:08 +02:00
parent 9b975b759b
commit d179fdede6

View File

@ -11,10 +11,6 @@ from pyinfra.visitor import get_object_descriptor, ForwardingStrategy
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:
@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):