diff options
Diffstat (limited to 'community/libgdata/disable-perf-test.patch')
-rw-r--r-- | community/libgdata/disable-perf-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/libgdata/disable-perf-test.patch b/community/libgdata/disable-perf-test.patch new file mode 100644 index 0000000000..70cc4ae092 --- /dev/null +++ b/community/libgdata/disable-perf-test.patch @@ -0,0 +1,13 @@ +diff --git a/gdata/tests/meson.build b/gdata/tests/meson.build +index 52154e7..ced810a 100644 +--- a/gdata/tests/meson.build ++++ b/gdata/tests/meson.build +@@ -25,7 +25,6 @@ tests = { + 'general': {}, + 'oauth1-authorizer': {}, + 'oauth2-authorizer': {}, +- 'perf': {}, + 'picasaweb': { + 'dependencies': [gdk_pixbuf_dep], + 'should_fail': true, + |