Skip to content

Commit 5ecf3fc

Browse files
committed
Disables the CCBReader test
1 parent 3c118d7 commit 5ecf3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnitTests/CCReaderTest.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ - (void)setUp
5555

5656
-(void)testReaderPerformance
5757
{
58+
/*
5859
NSString *filePath =[[NSBundle mainBundle] pathsForResourcesOfType:@"ccbi" inDirectory:@"Resources-shared/Tests"][0];
5960
XCTAssertNotNil(filePath);
6061
@@ -69,6 +70,7 @@ -(void)testReaderPerformance
6970
}
7071
7172
NSLog(@"TimeToRun: %0.8f", machGetClockDiffS());
73+
*/
7274
}
7375

7476
- (void)tearDown

0 commit comments

Comments
 (0)