Open
Description
Preconditions (*)
In Magento 2.3.2 opensource version & 2.3-develop too, run unit tests with the fresh installation.
Steps to reproduce
In Magento 2.3.2 opensource version, run unit tests with the fresh installation.
vendor/bin/phpunit --verbose -c dev/tests/unit/phpunit.xml.dist
Expected result (*)
All tests should pass
Actual result
after running this command i'm getting this result - Tests: 21867, Assertions: 61116, Errors: 3, Failures: 5, Skipped: 119, Incomplete: 43
If i see the details of this results its showing something like this-
There were 119 skipped tests:-
- Magento\Catalog\Test\Unit\Controller\Adminhtml\Category\SaveTest::testExecute with data set #0 (false, 7, 123) Due to MAGETWO-48956
2)Magento\Framework\Lock\Test\Unit\Backend\ZookeeperTest::testConstructionWithPathException Test was skipped because php extension Zookeeper is not installed.
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it