Skip to content

Commit de25ca2

Browse files
PaulDemeulenaereEvergreen
authored andcommitted
Disable 025_Keyword on MacOS only
Disable 025_Keyword on MacOS only See UUM-62359
1 parent b833d56 commit de25ca2

File tree

1 file changed

+3
-0
lines changed
  • Tests/SRPTests/Packages/com.unity.testing.visualeffectgraph/Tests/Runtime

1 file changed

+3
-0
lines changed

Tests/SRPTests/Packages/com.unity.testing.visualeffectgraph/Tests/Runtime/VFXRuntimeTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ string DumpBatchInfo(IEnumerable<VFXBatchedEffectInfoContent> batchInfos)
534534
return str.ToString();
535535
}
536536

537+
//See UUM-6235
538+
#if !(VFX_TESTS_HAS_URP && UNITY_STANDALONE_OSX)
537539
//@gabriel: See VFXG-414, the following test is inspecting the instancing status of the test 025_ShaderKeywords.
538540
[UnityTest]
539541
public IEnumerator Load_Keyword_Scene_With_Instancing()
@@ -571,6 +573,7 @@ public IEnumerator Load_Keyword_Scene_With_Instancing()
571573
var actualBatchInfosDump = DumpBatchInfo(batchInfos);
572574
Assert.AreEqual(expectedBatchInfosDump, actualBatchInfosDump, $"{actualBatchInfosDump}\nvs.\n\n{expectedBatchInfosDump}");
573575
}
576+
#endif
574577

575578
private static Vector4[] s_SampleGradient_Branch_Instancing_Readback = null;
576579

0 commit comments

Comments
 (0)