Skip to content

Commit

Permalink
Ignore test that would fail on player
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Oct 26, 2024
1 parent 3ed9766 commit 112366b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using NUnit.Framework;
using NUnit.Framework.Constraints;
using UnityEngine;
using UnityEngine.TestTools;

// ReSharper disable AccessToStaticMemberViaDerivedType

Expand Down Expand Up @@ -34,6 +35,7 @@ public void CustomConstraint_Constraintの実装だけで可能な書きかた()
}

[Test]
[UnityPlatform(RuntimePlatform.OSXEditor, RuntimePlatform.WindowsEditor, RuntimePlatform.LinuxEditor)]
public void CustomConstraint_Extensionsの実装も行なうと可能な書きかた()
{
var actual = CreateDestroyedObject();
Expand Down

0 comments on commit 112366b

Please sign in to comment.