From 6b37a4c94033d8ead6bce4f60566cf8fe20af591 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Mar 2017 18:05:09 +0000 Subject: 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 --- gdata/tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.1