Fix tests
This commit is contained in:
parent
6d02ac0290
commit
a53fff7608
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user