From 7ef19f5e20992ca3f0fb2029f8c511a8f7f5fdc1 Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 13 Mar 2017 23:04:58 +0100 Subject: [PATCH] Ignore performance tests For now these are ignored for faster testing/iterations. The test fixture should also be replaced with several smaller and more representative ones, since it is relatively big. --- Tests/HTMLKitTests/HTMLKitParserPerformance.m | 2 +- Tests/HTMLKitTests/HTMLKitTokenizerPerformance.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"];