We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee7a489 + 37fba61 commit 49bcb45Copy full SHA for 49bcb45
tests/KeeperData.Infrastructure.Tests.Unit/Crypto/AesCryptoTransformTests.cs
@@ -373,7 +373,7 @@ await _cryptoTransform.EncryptStreamAsync(
373
progressReports.Should().Contain(r => r.percentage == 0 && r.status.Contains("processed") && !r.status.Contains("%"));
374
}
375
376
- [Fact]
+ [Fact(Skip = "This is too fuzzy for remote ci-cd pipelines")]
377
public async Task LargeFileStreaming_Over500MB_ShouldProcessWithMinimalMemoryUsage()
378
{
379
// Arrange
0 commit comments