lib/model: Fix tests, clean up pool usage in protocol

This commit is contained in:
Jakob Borg
2016-12-19 12:26:26 +01:00
committed by Jakob Borg
parent d41c131364
commit dd7bb6c4b8
5 changed files with 16 additions and 19 deletions

View File

@@ -2090,6 +2090,8 @@ func TestSharedWithClearedOnDisconnect(t *testing.T) {
}
func TestIssue3496(t *testing.T) {
t.Skip("This test deletes files that the other test depend on. Needs fixing.")
// It seems like lots of deleted files can cause negative completion
// percentages. Lets make sure that doesn't happen. Also do some general
// checks on the completion calculation stuff.