mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Remove looping integration test
This commit is contained in:
@@ -166,39 +166,6 @@ namespace Tgstation.Server.Tests
|
||||
}
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public async Task LoopingIntegrationTest()
|
||||
{
|
||||
if (!Debugger.IsAttached)
|
||||
Assert.Inconclusive("This test is for debugging purposes only!");
|
||||
|
||||
for (ulong i = 1; ; ++i)
|
||||
{
|
||||
Console.WriteLine("---------------------------------------------------");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine($"INTEGRATION TEST ITERATION: {i}");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("---------------------------------------------------");
|
||||
await TestFullStandardOperation();
|
||||
}
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public async Task TestFullStandardOperation()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user