Skip to content

Commit af01977

Browse files
authored
test: Fix bug in new retry logic (#1670)
1 parent 81454ed commit af01977

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/ConsoleDynamicMethodFixture.cs

-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ public abstract class ConsoleDynamicMethodFixture : RemoteApplicationFixture
189189
{
190190
protected static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(30);
191191

192-
protected override int MaxTries => 1;
193-
194192
private List<string> _commands = new List<string>();
195193

196194
public new RemoteConsoleApplication RemoteApplication => base.RemoteApplication as RemoteConsoleApplication;

0 commit comments

Comments
 (0)