summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 18:05:09 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 18:44:32 +0000
commit6b37a4c94033d8ead6bce4f60566cf8fe20af591 (patch)
tree1b6b07c76f9edc951a37cce90371fced9c883574
parent3b2e08d68dcab8ea401f4d42bde86a50b50fbe62 (diff)
downloadlibgdata-6b37a4c94033d8ead6bce4f60566cf8fe20af591.tar.gz
tests: Disable PicasaWeb tests since API is now read-only
The tests rely on being able to create new test albums to put content in. They would need to be rewritten completely to work with the new read-only API. I cannot be bothered. https://developers.google.com/picasa-web/docs/3.0/releasenotes#picasa-is-retiring-february-12-2016
-rw-r--r--gdata/tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 7ee767ea..400f468c 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -51,7 +51,6 @@ test_programs = \
general \
calendar \
contacts \
- picasaweb \
freebase \
tasks \
perf \
@@ -66,6 +65,10 @@ test_programs = \
# to v3 API transitions.
#all_test_programs += documents
+# PicasaWeb does not work since Google made the API read-only:
+# https://developers.google.com/picasa-web/docs/3.0/releasenotes#picasa-is-retiring-february-12-2016
+#all_test_programs += picasaweb
+
dist_test_data = \
photo.jpg \
sample.ogg \