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.
This commit is contained in:
iska
2017-03-13 23:04:58 +01:00
parent a102f5cd7d
commit 7ef19f5e20
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@
#define HTMLKIT_NO_DOM_CHECKS
- (void)testParserPerformance
- (void)_testParserPerformance
{
NSString *path = [HTMLKitTestUtil pathForFixture:@"HTML Standard" ofType:@"html" inDirectory:@"Fixtures"];