From 1541ed4312b25a970b7fe49ca0e9c8c2f1b75104 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 7 Apr 2021 22:11:05 +0000 Subject: [PATCH] tests: Stop running test-lib-introspection.sh Even more fallout of the buildroot change to stop deriving from cosa. The new buildroot doesn't have `pygobject3`. We could convert this to an installed test but...blah. Not worth it. --- Makefile-tests.am | 1 - tests/check/test-lib-introspection.sh | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile-tests.am b/Makefile-tests.am index a8130d52..c0a78cec 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -21,7 +21,6 @@ endif GITIGNOREFILES += ssh-config vmcheck-logs/ test-compose-logs/ .cosa/ uninstalled_test_scripts = \ - tests/check/test-lib-introspection.sh \ $(NULL) uninstalled_test_extra_programs = \ diff --git a/tests/check/test-lib-introspection.sh b/tests/check/test-lib-introspection.sh index 7ecb75d9..ca52c9e6 100755 --- a/tests/check/test-lib-introspection.sh +++ b/tests/check/test-lib-introspection.sh @@ -1,5 +1,9 @@ #!/bin/bash # +# NOTE: This is presently disabled by default because +# we don't want to drag pygobject3 into our build container +# and anyways the shared library should be considered deprecated. +# # Copyright (C) 2014 Colin Walters # # This library is free software; you can redistribute it and/or