Skip to content

How can we disable Amqp modules during integration test?

When I try to run integration tests: I get below error:

Module 'Magento_Amqp':

In Reader.php line 96:

  [LogicException]
  Service interface was expected, "MagentoTestModuleSynchronousAmqpApiServiceInterface" given

I am not using Amqp in my projects. Is there any way to completely avoid Amqp modules from the integration tests?