diff --git a/Tests/HTMLKitTests/HTMLKitParserPerformance.m b/Tests/HTMLKitTests/HTMLKitParserPerformance.m
index d7343b2..7df5137 100644
--- a/Tests/HTMLKitTests/HTMLKitParserPerformance.m
+++ b/Tests/HTMLKitTests/HTMLKitParserPerformance.m
@@ -18,7 +18,7 @@
#define HTMLKIT_NO_DOM_CHECKS
-- (void)testParserPerformance
+- (void)_testParserPerformance
{
NSString *path = [HTMLKitTestUtil pathForFixture:@"HTML Standard" ofType:@"html" inDirectory:@"Fixtures"];
diff --git a/Tests/HTMLKitTests/HTMLKitTokenizerPerformance.m b/Tests/HTMLKitTests/HTMLKitTokenizerPerformance.m
index bbb3115..234c93d 100644
--- a/Tests/HTMLKitTests/HTMLKitTokenizerPerformance.m
+++ b/Tests/HTMLKitTests/HTMLKitTokenizerPerformance.m
@@ -18,7 +18,7 @@
@implementation HTMLKitTokenizerPerformance
-- (void)testTokenizerPerformance
+- (void)_testTokenizerPerformance
{
NSString *path = [HTMLKitTestUtil pathForFixture:@"HTML Standard" ofType:@"html" inDirectory:@"Fixtures"];