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
Several tests in the packages/agent/src/tools/shell directory have been temporarily skipped due to issues with the test setup. These tests need to be revisited and fixed to ensure proper test coverage.
The core functionality of the shell tools has been fixed to properly handle async mode when timeout=0 is specified. The tests have been skipped with appropriate TODO comments to indicate that they need to be fixed in a future update.
Suggested approach
Review the mock setup for each test file
Ensure the mocks properly capture the async behavior
Update the tests to match the current implementation
The text was updated successfully, but these errors were encountered:
Description
Several tests in the packages/agent/src/tools/shell directory have been temporarily skipped due to issues with the test setup. These tests need to be revisited and fixed to ensure proper test coverage.
Affected files
Current workaround
The core functionality of the shell tools has been fixed to properly handle async mode when timeout=0 is specified. The tests have been skipped with appropriate TODO comments to indicate that they need to be fixed in a future update.
Suggested approach
The text was updated successfully, but these errors were encountered: