2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Revert "Ignore .hypothesis files created by system tests"

This reverts commit f413ddbe5f2edfdeedc41603dcd2afe105ed2844.
This commit is contained in:
Michal Nowak 2025-05-13 17:03:21 +02:00
parent ff39441874
commit 84c565878e
No known key found for this signature in database

View File

@ -308,7 +308,6 @@ def logger(request, system_test_name):
@pytest.fixture(scope="module")
def expected_artifacts(request):
common_artifacts = [
"*/.hypothesis", # drop after Ubuntu 20.04 Focal Fossa gets removed from CI
".libs/*", # possible build artifacts, see GL #5055
"ns*/named.conf",
"ns*/named.memstats",