Skip to content

Commit bc44f3d

Browse files
committed
Ignore checksum warnings
1 parent 677a71f commit bc44f3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/core-update.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ Feature: Update WordPress core
389389
Given a WP install
390390
And an empty cache
391391

392-
When I run `wp core download --version=6.5 --locale=de_DE --force`
392+
# Using `try` in case there are checksum warnings.
393+
When I try `wp core download --version=6.5 --locale=de_DE --force`
393394
Then STDOUT should contain:
394395
"""
395396
Success: WordPress downloaded.

0 commit comments

Comments
 (0)