Skip to content

Commit

Permalink
SceneCacheFilterFormatTest : Allow running on macOS outside of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Nov 13, 2024
1 parent 642c738 commit b19ba54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import IECoreScene
import IECoreUSD

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

def setUp( self ) :
Expand Down

0 comments on commit b19ba54

Please sign in to comment.