Skip to content

Commit 4850640

Browse files
committed
MC-40450: [Integration] Magento\SalesRule\Plugin\CouponUsagesTest failure on 2.4-develop
1 parent 19be883 commit 4850640

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Plugin/CouponUsagesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ public function testSubmitQuoteAndCancelOrder()
118118
$couponCode = 'one_usage';
119119
$reservedOrderId = 'test01';
120120

121-
$this->publisherConsumerController->startConsumers();
122-
123121
/** @var Coupon $coupon */
124122
$coupon = $this->objectManager->get(Coupon::class);
125123
$coupon->loadByCode($couponCode);

0 commit comments

Comments
 (0)