2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Revert "Ignore .hypothesis files created by system tests"

This reverts commit f413ddbe5f.
This commit is contained in:
Michal Nowak
2025-05-13 17:03:21 +02:00
parent ff39441874
commit 84c565878e

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",