From a99d2ebb8182913599a4ebd5256022d48c7b0749 Mon Sep 17 00:00:00 2001 From: Roman Perehonchuk Date: Mon, 2 Dec 2024 02:13:58 -0800 Subject: [PATCH] fix test_test_artifacts.py::test_remote_artifact_directory_is_not_materialized_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 --- tests/e2e/test/test_test_artifacts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/test/test_test_artifacts.py b/tests/e2e/test/test_test_artifacts.py index a776ad5b16ec..64b52d4b53a1 100644 --- a/tests/e2e/test/test_test_artifacts.py +++ b/tests/e2e/test/test_test_artifacts.py @@ -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", )