diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 919a188a96..095c8e7222 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -309,6 +309,7 @@ def logger(request, system_test_name): @pytest.fixture(scope="module") def expected_artifacts(request): common_artifacts = [ + ".libs/*", # possible build artifacts, see GL #5055 "ns*/named.run", "ns*/named.run.prev", "ns*/named.conf",