Fix tests

This commit is contained in:
Łukasz Magiera 2020-06-30 19:38:41 +02:00
parent 6d02ac0290
commit a53fff7608

View File

@ -458,6 +458,10 @@ func openFDs(t *testing.T) int {
if strings.HasPrefix(l, "/dev/nvidia") {
skip++
}
if strings.HasPrefix(l, "/var/tmp/filecoin-proof-parameters/") {
skip++
}
}
return len(dent) - skip