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
commitfbc3760ba5883fa5d8894092eb1ebb28aca207b7 (patch)
tree6bf9fd26a300c69e16a1bcfc7df96f16143fdeb5
parentfdcea1822b17011c1bef51bd3c45da9d784e0f82 (diff)
downloadpyfilesystem-git-fbc3760ba5883fa5d8894092eb1ebb28aca207b7.tar.gz
whoopse, re-disable the S3 tests by default
-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"