We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8154c16 commit 43dd97cCopy full SHA for 43dd97c
1 file changed
features/rewrite.feature
@@ -1,5 +1,7 @@
1
Feature: Manage WordPress rewrites
2
3
+ # This scenario is skipped on Windows due to differences in how rewrite rules are generated, leading to assertion failures.
4
+ # TODO: Investigate and fix the underlying issue to enable this test on Windows.
5
@skip-windows
6
Scenario: Change site permastructs
7
Given a WP install
@@ -126,6 +128,8 @@ Feature: Manage WordPress rewrites
126
128
"""
127
129
And the return code should be 0
130
131
132
133
134
Scenario: Match as expected when full URL is provided
135
0 commit comments