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

一覧からの規格編集規格ありの重複在庫のテストを incomplete としてマーク #6176

Merged
merged 1 commit into from
May 2, 2024
Merged
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
2 changes: 2 additions & 0 deletions codeception/acceptance/EA03ProductCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,8 @@ public function product_詳細検索_タグ(AcceptanceTester $I)
public function product_一覧からの規格編集_規格あり_重複在庫の修正(AcceptanceTester $I)
{
$I->wantTo('EA0310-UC02-T03 一覧からの規格編集 規格あり 重複在庫の修正');
// see https://github.com/EC-CUBE/ec-cube/issues/6150
$I->getScenario()->incomplete('ローカルで通るが何故か GitHub Actions でエラーになるためスキップ');

$findProducts = Fixtures::get('findProducts');
$Products = array_filter($findProducts(), function ($Product) {
Expand Down
Loading