We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642c738 commit b19ba54Copy full SHA for b19ba54
contrib/IECoreUSD/test/IECoreUSD/SceneCacheFileFormatTest.py
@@ -47,7 +47,7 @@
47
import IECoreScene
48
import IECoreUSD
49
50
-@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." )
51
class SceneCacheFileFormatTest( unittest.TestCase ) :
52
53
def setUp( self ) :
0 commit comments