Remove integration test looping

This commit is contained in:
Jordan Brown
2020-05-04 01:50:56 -04:00
parent bf6e4878cf
commit 0b73908b3b
@@ -172,11 +172,6 @@ namespace Tgstation.Server.Tests
[TestMethod]
public async Task TestFullStandardOperation()
{
while (true)
await TestImpl();
}
async Task TestImpl() {
RequireDiscordToken();
var server = new TestingServer(clientFactory, null);
using (var serverCts = new CancellationTokenSource())