Skip to content

Commit 43dd97c

Browse files
committed
add comment
1 parent 8154c16 commit 43dd97c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

features/rewrite.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Feature: Manage WordPress rewrites
22

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.
35
@skip-windows
46
Scenario: Change site permastructs
57
Given a WP install
@@ -126,6 +128,8 @@ Feature: Manage WordPress rewrites
126128
"""
127129
And the return code should be 0
128130

131+
# This scenario is skipped on Windows due to differences in how rewrite rules are generated, leading to assertion failures.
132+
# TODO: Investigate and fix the underlying issue to enable this test on Windows.
129133
@skip-windows
130134
Scenario: Match as expected when full URL is provided
131135
Given a WP install

0 commit comments

Comments
 (0)