Skip to content

Commit ac5e405

Browse files
committed
Start tagging out scenarios that fail on windows
1 parent 4b37e6a commit ac5e405

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cucumber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ wip_opts << " --tags @wip,@wip-jruby" if defined?(JRUBY_VERSION)
1212
default: <%= std_opts %> --tags ~@jruby
1313
jruby: <%= std_opts %> --tags ~@wire
1414
jruby_win: <%= std_opts %> --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true
15-
windows_mri: <%= std_opts %> --tags ~@jruby --tags ~@wire --tags ~@needs-many-fonts CUCUMBER_FORWARD_SLASH_PATHS=true
15+
windows_mri: <%= std_opts %> --tags ~@jruby --tags ~@wire --tags ~@needs-many-fonts --tags ~@todo-windows CUCUMBER_FORWARD_SLASH_PATHS=true
1616
ruby: <%= std_opts %> --tags ~@jruby
1717
wip: --wip <%= wip_opts %> features <%= cucumber_pro_opts %>
1818
none: --format pretty --format Cucumber::Pro --out /dev/null

features/docs/cli/fail_fast.feature

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Feature: Fail fast
44
The --fail-fast flag causes Cucumber to exit immediately after the first
55
scenario fails.
66

7+
@todo-windows
78
Scenario: When a scenario fails
89
Given a file named "features/bad.feature" with:
910
"""
@@ -25,6 +26,7 @@ Feature: Fail fast
2526
1 scenario (1 failed)
2627
"""
2728

29+
@todo-windows
2830
Scenario: When all the scenarios pass
2931
Given a file named "features/first.feature" with:
3032
"""

0 commit comments

Comments
 (0)