Skip the photo.delete_source test, since it doesn't work if the photos are cached
This commit is contained in:
parent
4deceb6e8e
commit
98ef2ce941
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class TestPhotos(test_base.TestBase):
|
|||
self._delete_all()
|
||||
self._create_test_photos()
|
||||
|
||||
@unittest.skip("This test doesn't work if the server is behind a cache")
|
||||
def test_delete_source(self):
|
||||
""" Test that photo source files can be deleted """
|
||||
# Upload a new (duplicate) public photo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue