Skip to content

Commit

Permalink
Disable setup:db:status in functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jan 2, 2022
1 parent c39c3d2 commit 10ef535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phar-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ function test_magento_core_commands() {
# setup:db-declaration:generate-whitelist
# setup:db-schema:upgrade
assert_command_contains "setup:db-schema:upgrade" "Schema creation/updates"
# setup:db:status
assert_command_contains "setup:db:status" "All modules are up to date."
# setup:db:status (currently disabled. Seems to be inconsistent between different Magento versions)
#assert_command_contains "setup:db:status" "All modules are up to date."
# setup:di:compile
# setup:install
# setup:performance:generate-fixtures
Expand Down

0 comments on commit 10ef535

Please sign in to comment.