Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Dec 13, 2024
1 parent 0a23e3c commit 450d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ def test(
asyncio.run(forge_cluster.write(context.shell))

# These features and profile flags are set as strings
enable_failpoints = forge_enable_failpoints == "true"
enable_failpoints = True
enable_performance_profile = forge_enable_performance == "true"

# In the below, assume that the image is pushed to all registries
Expand Down

0 comments on commit 450d2f4

Please sign in to comment.