diff --git a/Tests/ASVideoNodeTests.mm b/Tests/ASVideoNodeTests.mm index 81515312d..6916bf14d 100644 --- a/Tests/ASVideoNodeTests.mm +++ b/Tests/ASVideoNodeTests.mm @@ -15,6 +15,7 @@ #import #import "ASDisplayNodeTestsHelper.h" +#if AS_USE_VIDEO @interface ASVideoNodeTests : XCTestCase { ASVideoNode *_videoNode; @@ -421,3 +422,5 @@ - (void)testDelegateProperlySetForClassHierarchy } @end + +#endif \ No newline at end of file