Mark CLI feature tests as WIP

The tests need to be improved to eliminate intermittent failures
This commit is contained in:
Dan Rice 2014-06-19 17:50:07 -04:00
parent d171e13e24
commit e84f239428

View file

@ -15,7 +15,7 @@ Feature: Add a todo to Tracks on console
And I have a context called "Context A"
And I have a project called "Project A"
@javascript @aruba
@javascript @aruba @wip
Scenario: Create a single todo
Given a console input that looks like
"""
@ -24,7 +24,7 @@ Feature: Add a todo to Tracks on console
When I execute the add-todo script
Then I should have 1 todo in project "Project A"
@javascript @aruba
@javascript @aruba @wip
Scenario: Create multiple todos
Given a console input that looks like
"""