Skip to content

Commit

Permalink
test check no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed Feb 5, 2019
1 parent 3d42bbb commit a7f9fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rex/rex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func TestWithTaskQueue(t *testing.T) {
t.Error("Wrong number of client calls", counter.Count())
}
if len(saver.GetDeletes()) != 3 {
t.Error("Wrong number of task deletes", len(saver.GetDeletes()))
// TODO - these are no longer deleted, because of change in error handling.
// t.Error("Wrong number of task deletes", len(saver.GetDeletes()))
}

tasks := saver.GetTasks()
Expand Down

0 comments on commit a7f9fca

Please sign in to comment.