You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix Windows compatibility for file prefix test
- Use platform-specific tempfile handling in test_agent_config_file_prefix_valid
- Use mkstemp() with explicit cleanup on Windows for better permission handling
- Keep NamedTemporaryFile on non-Windows platforms for simplicity
- Should resolve permission errors on Windows GitHub runners
🤖 Assisted by Amazon Q Developer
0 commit comments