From 52584b3dd29379df7bdc2aef63caec40e609320e Mon Sep 17 00:00:00 2001 From: Vladyslav Podorozhnyi Date: Thu, 21 Mar 2024 13:51:15 +0100 Subject: [PATCH] Include some tests into standalone test suite after update from 2.4-develop upstream (magento) (#221) --- .github/workflows/full-integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-integration-tests.yaml b/.github/workflows/full-integration-tests.yaml index 26f27ce..14bc340 100644 --- a/.github/workflows/full-integration-tests.yaml +++ b/.github/workflows/full-integration-tests.yaml @@ -72,7 +72,7 @@ jobs: EXCLUSION_LIST=("./testsuite/Magento/Catalog" "./testsuite/Magento/Bundle" "./testsuite/Magento/AsynchronousOperations" "./testsuite/Magento/Sales") ## variable with array of exclusion list of files - separate run will be executed for each file (separate place in tests matrix) - STANDALONE_TESTS=("./testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php" "./testsuite/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChangeTest.php") + STANDALONE_TESTS=("./testsuite/Magento/AsynchronousOperations/Model/MassScheduleTest.php" "./testsuite/Magento/Catalog/Observer/SwitchPriceAttributeScopeOnConfigChangeTest.php" "./testsuite/Magento/Catalog/Model/CategoryTest.php" "./testsuite/Magento/Bundle/Model/ProductTest.php" "./testsuite/Magento/Catalog/Block/Adminhtml/Category/Tab/ProductTest.php") # Initialize variables dir_count=0