Skip to content

Commit

Permalink
test: skip conda in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 17, 2025
1 parent 135cd89 commit e50e65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/node_e2e_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ fn test_tool(tool: &Tool) -> Result<(), String> {
|| tool.name == "amplify"
|| tool.name == "maven"
|| tool.name == "angular"
|| tool.name == "conda"
{
return Ok(());
}
Expand Down

0 comments on commit e50e65c

Please sign in to comment.