summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-06-07 07:51:49 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-06-07 07:51:49 +0000
commit9749650b6089d1452c08b0dd650520935f21e3f0 (patch)
tree6bf9fd26a300c69e16a1bcfc7df96f16143fdeb5
parent6a807c66efaf46a71b0850e8b1b5707c3d0eee76 (diff)
downloadpyfilesystem-9749650b6089d1452c08b0dd650520935f21e3f0.tar.gz
whoopse, re-disable the S3 tests by default
git-svn-id: http://pyfilesystem.googlecode.com/svn/branches/rfk-ideas@161 67cdc799-7952-0410-af00-57a81ceafa0f
-rw-r--r--fs/tests/test_s3fs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tests/test_s3fs.py b/fs/tests/test_s3fs.py
index c19147a..74a4e9a 100644
--- a/fs/tests/test_s3fs.py
+++ b/fs/tests/test_s3fs.py
@@ -18,7 +18,7 @@ from fs import s3fs
class TestS3FS(unittest.TestCase,FSTestCases):
# Disable the tests by default
-# __test__ = False
+ __test__ = False
bucket = "test-s3fs.rfk.id.au"