From e84f239428ae5b611017018992fbdf7338766b9e Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Thu, 19 Jun 2014 17:50:07 -0400 Subject: [PATCH] Mark CLI feature tests as WIP The tests need to be improved to eliminate intermittent failures --- features/add_todo_from_cli.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/add_todo_from_cli.feature b/features/add_todo_from_cli.feature index ebf05a7b..11044714 100644 --- a/features/add_todo_from_cli.feature +++ b/features/add_todo_from_cli.feature @@ -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 """