Skip to content

Commit 4f59fa0

Browse files
committed
Disable test AgentDetachesAndAttachesToSurface because the required functionality is missing altogether.
1 parent 8c5c794 commit 4f59fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Tests/NavMeshSurfaceAgentTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public void AgentIdentifiesSurfaceOwner()
3636
}
3737

3838
[Test]
39+
[Ignore("1012991 : Missing functionality for notifying the NavMeshAgent about the removal of the NavMesh.")]
3940
public void AgentDetachesAndAttachesToSurface()
4041
{
4142
m_Surface.BuildNavMesh();

0 commit comments

Comments
 (0)