tests: re-enable TestInoReuseEvil

Problem in go-fuse has long been fixed.
This commit is contained in:
Jakob Unterwurzacher 2021-05-24 14:27:34 +02:00
parent 8bccd3b4bf
commit 629d0a5ad7
1 changed files with 2 additions and 2 deletions

View File

@ -97,9 +97,9 @@ func TestFiltered(t *testing.T) {
// go-fuse: blocked for 17 seconds waiting for FORGET on i4329366
// [...]
//
// The test runs with -plaintextnames because that makes it easier to manipulate
// cipherdir directly.
func TestInoReuseEvil(t *testing.T) {
t.Skip("TODO: enable this test once the problem is fixed in go-fuse")
for i := 0; i < 2; i++ {
n := fmt.Sprintf("%s.%d", t.Name(), i)
pPath := pDir + "/" + n