Skip to content

Commit

Permalink
Do not start TestServer
Browse files Browse the repository at this point in the history
TestServer shouldn't need to be used, and not doing so should speed things up.
  • Loading branch information
martincostello committed Sep 26, 2023
1 parent 8b200af commit 39e74c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ protected override IHost CreateHost(IHostBuilder builder)
root.Reload();
}

testHost.Start();

return testHost;
}

Expand Down

0 comments on commit 39e74c9

Please sign in to comment.