PASSES: ``` java @Ignore public class NotReallyATest { } ``` FAILS with "No runnable methods" initializationError (using Request.filterWith to filter out tests Categorized as Manual): ``` java @Category(Manual.class) public class NotReallyATest { } ```