File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Tests/SRPTests/Packages/com.unity.testing.visualeffectgraph/Tests/Runtime Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -534,6 +534,8 @@ string DumpBatchInfo(IEnumerable<VFXBatchedEffectInfoContent> batchInfos)
534
534
return str . ToString ( ) ;
535
535
}
536
536
537
+ //See UUM-6235
538
+ #if ! ( VFX_TESTS_HAS_URP && UNITY_STANDALONE_OSX )
537
539
//@gabriel: See VFXG-414, the following test is inspecting the instancing status of the test 025_ShaderKeywords.
538
540
[ UnityTest ]
539
541
public IEnumerator Load_Keyword_Scene_With_Instancing ( )
@@ -571,6 +573,7 @@ public IEnumerator Load_Keyword_Scene_With_Instancing()
571
573
var actualBatchInfosDump = DumpBatchInfo ( batchInfos ) ;
572
574
Assert . AreEqual ( expectedBatchInfosDump , actualBatchInfosDump , $ "{ actualBatchInfosDump } \n vs.\n \n { expectedBatchInfosDump } ") ;
573
575
}
576
+ #endif
574
577
575
578
private static Vector4 [ ] s_SampleGradient_Branch_Instancing_Readback = null ;
576
579
You can’t perform that action at this time.
0 commit comments