slskd: disable flaky test

This commit is contained in:
melvyn 2024-10-06 21:32:19 -04:00
parent 1a53b400e5
commit c8073c4439
No known key found for this signature in database
GPG Key ID: 25A2B7280CE3AFF6

View File

@ -50,6 +50,10 @@ buildDotnetModule rec {
testProjectFile = "tests/slskd.Tests.Unit/slskd.Tests.Unit.csproj";
doCheck = true;
disabledTests = [
# Random failures on OfBorg, cause unknown
"slskd.Tests.Unit.Transfers.Uploads.UploadGovernorTests+ReturnBytes.Returns_Bytes_To_Bucket"
];
postBuild = ''
pushd "$npmRoot"