aboutsummaryrefslogtreecommitdiff
path: root/meta/torrent_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'meta/torrent_test.go')
-rw-r--r--meta/torrent_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/torrent_test.go b/meta/torrent_test.go
index 19ab6cd..75cccc9 100644
--- a/meta/torrent_test.go
+++ b/meta/torrent_test.go
@@ -49,7 +49,7 @@ func TestPieces2(t *testing.T) {
}
func TestReadAt(t *testing.T) {
- //t.Skip()
+ t.Skip()
tor, err := Open("../examples/" + tors["bsd"])
if err != nil {
t.Error(err)