From 7171294931ebf410a2b95d5193cb22d016b9ab58 Mon Sep 17 00:00:00 2001 From: Tobias Reiher Date: Thu, 30 Nov 2023 18:39:58 +0100 Subject: [PATCH] Add TODO for ensuring reproducible test results --- tests/examples/specs_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/specs_test.py b/tests/examples/specs_test.py index d8b130cb4..291c1ff43 100644 --- a/tests/examples/specs_test.py +++ b/tests/examples/specs_test.py @@ -16,6 +16,7 @@ @pytest.mark.parametrize("spec", EX_SPEC_DIR.glob("*.rflx")) def test_spec(spec: Path, tmp_path: Path) -> None: + # TODO(eng/recordflux/RecordFlux#1485): Ensure reproducible test results by disabling caching subprocess.run( ["rflx", "generate", "--ignore-unsupported-checksum", "-d", tmp_path, spec], check=True,