Skip to content

Commit 49bcb45

Browse files
authored
Merge pull request #34 from DEFRA/develop
Merging dev 2 main
2 parents ee7a489 + 37fba61 commit 49bcb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/KeeperData.Infrastructure.Tests.Unit/Crypto/AesCryptoTransformTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ await _cryptoTransform.EncryptStreamAsync(
373373
progressReports.Should().Contain(r => r.percentage == 0 && r.status.Contains("processed") && !r.status.Contains("%"));
374374
}
375375

376-
[Fact]
376+
[Fact(Skip = "This is too fuzzy for remote ci-cd pipelines")]
377377
public async Task LargeFileStreaming_Over500MB_ShouldProcessWithMinimalMemoryUsage()
378378
{
379379
// Arrange

0 commit comments

Comments
 (0)