diff --git a/infer/tests/build_systems/build_integration_tests.py b/infer/tests/build_systems/build_integration_tests.py index c8f60c8c7..ee1593b67 100755 --- a/infer/tests/build_systems/build_integration_tests.py +++ b/infer/tests/build_systems/build_integration_tests.py @@ -347,7 +347,7 @@ class BuildIntegrationTest(unittest.TestCase): target = '//infer/tests/codetoanalyze/java/infer:compile' test('buck', 'Buck', ROOT_DIR, - [{'compile': ['buck', 'build', target]}], + [{'compile': ['buck', 'build', '--no-cache', target]}], clean_commands=[['buck', 'clean']], available=lambda: is_tool_available(['buck', '--version']))