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 2b63003 commit ce1869fCopy full SHA for ce1869f
com.unity.netcode.gameobjects/Tests/Editor/Build/BuildTests.cs
@@ -12,6 +12,7 @@ public class BuildTests
12
public const string DefaultBuildScenePath = "Tests/Editor/Build/BuildTestScene.unity";
13
14
[Test]
15
+ [Ignore("Disabling this test on release/1.2.0 branch due to Burst failures caused when running with upm ci")]
16
public void BasicBuildTest()
17
{
18
var execAssembly = Assembly.GetExecutingAssembly();
0 commit comments