mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore(config): replace @working_in_progress with @experimental for config agent feature
PiperOrigin-RevId: 792803076
This commit is contained in:
committed by
Copybara-Service
parent
944e39ec2a
commit
b4f1ebea31
@@ -31,8 +31,6 @@ class TestAgentLoader:
|
||||
"""Ensure sys.path is restored after each test."""
|
||||
original_path = sys.path.copy()
|
||||
original_env = os.environ.copy()
|
||||
# Enable WIP features for YAML agent loading tests
|
||||
os.environ["ADK_ALLOW_WIP_FEATURES"] = "true"
|
||||
yield
|
||||
sys.path[:] = original_path
|
||||
# Restore environment variables
|
||||
|
||||
Reference in New Issue
Block a user