slskd: disable flaky test
This commit is contained in:
parent
1a53b400e5
commit
c8073c4439
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user