diff --git a/src/test/java/com/google/devtools/build/lib/remote/BuildWithoutTheBytesIntegrationTest.java b/src/test/java/com/google/devtools/build/lib/remote/BuildWithoutTheBytesIntegrationTest.java index 38d417e575469a..25b5c3cf33c0bb 100644 --- a/src/test/java/com/google/devtools/build/lib/remote/BuildWithoutTheBytesIntegrationTest.java +++ b/src/test/java/com/google/devtools/build/lib/remote/BuildWithoutTheBytesIntegrationTest.java @@ -503,6 +503,7 @@ public void remoteCacheEvictBlobs_whenUploadingInput_exitWithCode39() throws Exc getOutputPath("a/bar.out").delete(); getOutputBase().getRelative("action_cache").deleteTreesBelow(); restartServer(); + addOptions("--incompatible_remote_use_new_exit_code_for_lost_inputs"); // Clean build, foo.out isn't downloaded buildTarget("//a:bar");