Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip some of the Bundle tests as the underlying problems are too big … #92

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public function testIsSaleableOnBundleWithoutSaleableSelectionsOnRequiredOption(
*
* @magentoAppIsolation enabled
* @covers \Magento\Bundle\Model\Product\Type::isSalable
* @group integrationIgnore
*/
public function testIsSaleableOnBundleWithNotEnoughQtyOfSelection()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public function testMultipleStores()
* @magentoDataFixture Magento/Bundle/_files/product.php
* @dataProvider stockConfigDataProvider
* @covers \Magento\Catalog\Model\Product::isSalable
* @group integrationIgnore
*/
public function testIsSalable(
float $selectionQty,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ public function testAutoChangingIsInStockForParent()
'conf1'
)
]
/**
* @group integrationIgnore
*/
public function testAutoChangingIsInStockForNewConfigurable(): void
{
$sku = $this->fixtures->get('conf1')->getSku();
Expand Down
Loading