Skip to content

Commit 2092218

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Adding worker indexing flag
1 parent 370a7e1 commit 2092218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/testutils_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def create_container(self, image_repo: str, image_url: str,
121121
run_cmd.extend(["--cap-add", "SYS_ADMIN"])
122122
run_cmd.extend(["--device", "/dev/fuse"])
123123
run_cmd.extend(["-e", f"CONTAINER_NAME={_uuid}"])
124+
run_cmd.extend(["-e", f"AzureWebJobsFeatureFlags=EnableWorkerIndexing"])
124125
run_cmd.extend(["-e",
125126
"AzureWebJobsStorage="
126127
f"{os.getenv('AzureWebJobsStorage')}"])

0 commit comments

Comments
 (0)