mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Remove integration test looping
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user