mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-28 23:58:50 +08:00
Skip ASTextNodePerformanceTests in Test Action (#2173)
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
BlueprintName = "AsyncDisplayKitTests"
|
||||
ReferencedContainer = "container:AsyncDisplayKit.xcodeproj">
|
||||
</BuildableReference>
|
||||
<SkippedTests>
|
||||
<Test
|
||||
Identifier = "ASTextNodePerformanceTests">
|
||||
</Test>
|
||||
</SkippedTests>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
#import "ASXCTExtensions.h"
|
||||
#include "CGRect+ASConvenience.h"
|
||||
|
||||
/**
|
||||
* NOTE: This test case is not run during the "test" action. You have to run it manually (click the little diamond.)
|
||||
*/
|
||||
|
||||
@interface ASTextNodePerformanceTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user