Skip to content

Commit 1df0e7a

Browse files
committed
Fix trunk tests
1 parent 7312d92 commit 1df0e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/requests.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Feature: Requests integration with both v1 and v2
7979

8080
Scenario: Current version with WordPress-bundled Requests v2
8181
Given a WP installation
82+
# Switch themes because twentytwentyfive requires a version newer than 6.2
83+
# and it would otherwise cause a fatal error further down.
84+
And I try `wp theme install twentyten`
85+
And I try `wp theme activate twentyten`
8286
And I run `wp core update --version=6.2 --force`
8387

8488
When I run `wp core version`

0 commit comments

Comments
 (0)