It's not a perfect substitute, but I like to create a test and add an impossible assertion, e.g. Assert.Equivalent(expected, actual); This functions as a placeholder.
Assert.Equivalent(expected, actual);
The downside, of course, is that this shows up as a failure, not as a to-do.