Skip to content

Commit 2ff7790

Browse files
Pigbibicodex
andcommitted
Keep IBKR request tests explicitly gate-enabled
Co-Authored-By: Codex <noreply@openai.com>
1 parent 45e4da2 commit 2ff7790

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def load_strategy_module(**env_overrides):
2424
"IB_CLIENT_ID": "1",
2525
"IBKR_FEATURE_SNAPSHOT_MANIFEST_PATH": None,
2626
"IBKR_RECONCILIATION_OUTPUT_PATH": None,
27+
# Request-handling tests exercise post-gate behavior; individual
28+
# disabled-gate tests override this value explicitly.
29+
"RUNTIME_TARGET_ENABLED": "true",
2730
"IB_ACCOUNT_GROUP_CONFIG_JSON": (
2831
'{"groups":{"default":{"ib_gateway_instance_name":"127.0.0.1",'
2932
'"ib_gateway_mode":"live","ib_client_id":1,"account_ids":["U1234567"]}}}'

0 commit comments

Comments
 (0)