Skip to content

Commit

Permalink
Add TODO for ensuring reproducible test results
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Dec 1, 2023
1 parent 4f14a66 commit 7171294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/examples/specs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7171294

Please sign in to comment.