diff options
Diffstat (limited to 'disable-endpoint-test.patch')
-rw-r--r-- | disable-endpoint-test.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/disable-endpoint-test.patch b/disable-endpoint-test.patch new file mode 100644 index 000000000000..4d88dcd5d204 --- /dev/null +++ b/disable-endpoint-test.patch @@ -0,0 +1,18 @@ +diff --git a/tests/wp/meson.build b/tests/wp/meson.build +index cf4a0b64..f811b49f 100644 +--- a/tests/wp/meson.build ++++ b/tests/wp/meson.build +@@ -14,13 +14,6 @@ test( + env: common_env, + ) + +-test( +- 'test-endpoint', +- executable('test-endpoint', 'endpoint.c', +- dependencies: common_deps, c_args: common_args), +- env: common_env, +-) +- + test( + 'test-metadata', + executable('test-metadata', 'metadata.c', |