features/docs/cli/randomize.feature in cucumber-3.0.0.pre.1 vs features/docs/cli/randomize.feature in cucumber-3.0.0.pre.2
- old
+ new
@@ -55,11 +55,11 @@
Scenario: Run scenarios in order
When I run `cucumber`
Then it should pass
- @spawn
+ @spawn @todo-windows
Scenario: Run scenarios randomized
When I run `cucumber --order random:41544 -q`
Then it should fail
And the stdout should contain exactly:
"""
@@ -99,10 +99,10 @@
Randomized with seed 41544
"""
- @spawn
+ @spawn @todo-windows
Scenario: Run scenarios randomized with some skipped
When I run `cucumber --tags ~@skipme --order random:41544 -q`
Then it should fail
And the stdout should contain exactly:
"""