diff --git a/projects/Test/Integration/ToxiproxyManager.cs b/projects/Test/Integration/ToxiproxyManager.cs index 40d9ca9bc..182433a51 100644 --- a/projects/Test/Integration/ToxiproxyManager.cs +++ b/projects/Test/Integration/ToxiproxyManager.cs @@ -87,6 +87,7 @@ public async Task InitializeAsync() try { await _proxyClient.AddAsync(_proxy); + return; } catch (Exception ex) {