diff --git a/tests/e2e/test/test_test_artifacts.py b/tests/e2e/test/test_test_artifacts.py index a776ad5b16ecf..64b52d4b53a17 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", )