Skip to content

Commit

Permalink
fix test_test_artifacts.py::test_remote_artifact_directory_is_not_mat…
Browse files Browse the repository at this point in the history
…erialized_when_cas_support_enabled

Summary: as far as I understand if we find a cached listing we materialize it. And usually it is the same directory

Reviewed By: IanChilds

Differential Revision: D66597069

fbshipit-source-id: 9997a7416ef32fef0869e4846e35d071ba0ac537
  • Loading branch information
perehonchuk authored and facebook-github-bot committed Dec 2, 2024
1 parent 6117f42 commit a99d2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/test/test_test_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async def test_remote_artifact_directory_is_not_materialized_when_cas_support_en
) -> None:
await buck.test(
"fbcode//buck2/tests/targets/rules/python_test:test_produce_artifacts_in_cas",
"--no-remote-cache",
"--remote-only",
)

Expand Down

0 comments on commit a99d2eb

Please sign in to comment.