Skip to content

Commit

Permalink
Unskip test that fails on disk space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samdanaei committed Nov 8, 2024
1 parent c4e8bb7 commit 4f36272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Octopus.Tentacle.Tests.Integration
/// from RPC calls when they are being retried and the rpc timeout period elapses.
/// </summary>
[IntegrationTestTimeout]
[SkipOnEnvironmentsWithKnownPerformanceIssues("it relies on timing, which may be inconsistent within the environment")]
// [SkipOnEnvironmentsWithKnownPerformanceIssues("it relies on timing, which may be inconsistent within the environment")]
public class ClientFileTransferRetriesTimeout : IntegrationTest
{
readonly TimeSpan retryIfRemainingDurationAtLeastBuffer = TimeSpan.FromSeconds(1);
Expand Down

0 comments on commit 4f36272

Please sign in to comment.