Skip to content

Commit 79d8571

Browse files
blackm00nfacebook-github-bot
authored andcommitted
fix flaky test_cpp_gen_cdb.py
Summary: force local execution for cdb to be materialized Reviewed By: Will-MingLun-Li Differential Revision: D77033585 fbshipit-source-id: bd344f6c37313a5f0aa22d221720ab9425c12e2a
1 parent 87ec196 commit 79d8571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/test_cpp_gen_cdb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ async def test_no_quotes(buck: Buck) -> None:
2929
),
3030
"--os",
3131
platform.system().lower(),
32+
"--exec_mode",
33+
"local",
3234
)
3335
outputs = json.loads(result.stdout)
3436
compdb_path = Path(outputs["compilationDatabasePath"]) / ".." / "compdb.json"

0 commit comments

Comments
 (0)