Skip to content

Commit 3df4ee2

Browse files
committed
Skip tesselation
1 parent 7c9f25a commit 3df4ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.toon-graphics-test/Runtime/UTSGraphicsTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public IEnumerator Run(GraphicsTestCase testCase) {
2828

2929
#if UTS_TEST_USE_HDRP && UNITY_STANDALONE_OSX
3030

31-
//[TODO-sin: 2025-12-1] ToonTesselation did not work on Metal in HDRP
32-
if (sceneFileName.Contains("Tessellation")) {
31+
//[TODO-sin: 2025-12-29] ToonTesselation did not work on Metal in XR/HDRP combination
32+
if (sceneFileName.Contains("_Tess")) {
3333
Assert.Ignore();
3434
}
3535
#endif //UTS_TEST_USE_HDRP && UNITY_STANDALONE_OSX

0 commit comments

Comments
 (0)