diff --git a/internal/restic/node_test.go b/internal/restic/node_test.go index 8139ee57b..c942d171a 100644 --- a/internal/restic/node_test.go +++ b/internal/restic/node_test.go @@ -183,9 +183,6 @@ func TestNodeRestoreAt(t *testing.T) { rtest.OK(t, test.CreateAt(context.TODO(), nodePath, nil)) rtest.OK(t, test.RestoreMetadata(nodePath)) - if test.Type == "symlink" && runtime.GOOS == "windows" { - continue - } if test.Type == "dir" { rtest.OK(t, test.RestoreTimestamps(nodePath)) }