Skip to content

Commit 3b082ff

Browse files
MC-30175: UI component rendering config
1 parent 3475236 commit 3b082ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/ShippingMethodManagementTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ private function executeTestFlow($flatRateAmount, $tableRateAmount)
295295
*/
296296
public function testEstimateByAddressWithInclExclTaxAndVATGroup()
297297
{
298+
$this->markTestSkipped('MC-33463');
299+
298300
/** @var CustomerRepositoryInterface $customerRepository */
299301
$customerRepository = $this->objectManager->get(CustomerRepositoryInterface::class);
300302
$customer = $customerRepository->get('customer@example.com');

0 commit comments

Comments
 (0)