Skip to content

Commit 3119706

Browse files
chore: Add NGO_EXCLUDE_HEAVY_TESTS define (#4114)
Add NGO_EXCLUDE_HEAVY_TESTS
1 parent 46743e4 commit 3119706

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

com.unity.netcode.gameobjects/Tests/Editor/Build/BuildTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if !NGO_EXCLUDE_HEAVY_TESTS
12
using System.IO;
23
using System.Reflection;
34
using NUnit.Framework;
@@ -40,3 +41,4 @@ public void BasicBuildTest()
4041
}
4142
}
4243
}
44+
#endif

0 commit comments

Comments
 (0)