Skip the photo.delete_source test, since it doesn't work if the photos are cached

This commit is contained in:
sneakypete81 2013-12-07 16:04:58 +00:00
parent 4deceb6e8e
commit 98ef2ce941

View file

@ -75,6 +75,7 @@ class TestPhotos(test_base.TestBase):
self._delete_all() self._delete_all()
self._create_test_photos() self._create_test_photos()
@unittest.skip("This test doesn't work if the server is behind a cache")
def test_delete_source(self): def test_delete_source(self):
""" Test that photo source files can be deleted """ """ Test that photo source files can be deleted """
# Upload a new (duplicate) public photo # Upload a new (duplicate) public photo