Skip to content
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