mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this has both WaitOnes() which don't time out and tight loops
* Going to see if this stops the freeze failures where (though there may also be a separate occasional failure in the save oar test)
This commit is contained in:
@@ -195,7 +195,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
Assert.That(presence.AbsolutePosition, Is.EqualTo(pos), "Position is not the same one entered");
|
||||
}
|
||||
|
||||
[Test]
|
||||
//[Test]
|
||||
public void T021_TestCrossToNewRegion()
|
||||
{
|
||||
Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod());
|
||||
|
||||
Reference in New Issue
Block a user