Skip to content

Commit b19ba54

Browse files
SceneCacheFilterFormatTest : Allow running on macOS outside of CI
1 parent 642c738 commit b19ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/IECoreUSD/test/IECoreUSD/SceneCacheFileFormatTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import IECoreScene
4848
import IECoreUSD
4949

50-
@unittest.skipIf( sys.platform == 'darwin', "plugInfo.json fails to register on GitHub Actions Macos container." )
50+
@unittest.skipIf( IECore.TestUtil.inMacCI(), "plugInfo.json fails to register on GitHub Actions macOS container." )
5151
class SceneCacheFileFormatTest( unittest.TestCase ) :
5252

5353
def setUp( self ) :

0 commit comments

Comments
 (0)