Skip to content

Commit

Permalink
chore: Ignore BasicBuildTest on release/1.2.0 (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinimurt authored Dec 7, 2022
1 parent 2b63003 commit ce1869f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class BuildTests
public const string DefaultBuildScenePath = "Tests/Editor/Build/BuildTestScene.unity";

[Test]
[Ignore("Disabling this test on release/1.2.0 branch due to Burst failures caused when running with upm ci")]
public void BasicBuildTest()
{
var execAssembly = Assembly.GetExecutingAssembly();
Expand Down

0 comments on commit ce1869f

Please sign in to comment.