minor: disable logging in regression test TestClientThrottleSetNoLimit
parent
9934e2c545
commit
af0a851eba
|
@ -57,7 +57,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
|
||||||
public void TestClientThrottleSetNoLimit()
|
public void TestClientThrottleSetNoLimit()
|
||||||
{
|
{
|
||||||
TestHelpers.InMethod();
|
TestHelpers.InMethod();
|
||||||
TestHelpers.EnableLogging();
|
// TestHelpers.EnableLogging();
|
||||||
|
|
||||||
Scene scene = new SceneHelpers().SetupScene();
|
Scene scene = new SceneHelpers().SetupScene();
|
||||||
TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene);
|
TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene);
|
||||||
|
|
Loading…
Reference in New Issue