From 98ef2ce941451ece8be61c857836c44a5c3374e5 Mon Sep 17 00:00:00 2001 From: sneakypete81 Date: Sat, 7 Dec 2013 16:04:58 +0000 Subject: [PATCH] Skip the photo.delete_source test, since it doesn't work if the photos are cached --- tests/functional/test_photos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_photos.py b/tests/functional/test_photos.py index 599ce13..1fe409b 100644 --- a/tests/functional/test_photos.py +++ b/tests/functional/test_photos.py @@ -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