Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow disabling the unresponsive controller recovery feature, don't recover while initializing, move enableSoftReset to features #6480

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: test title
  • Loading branch information
AlCalzone committed Oct 31, 2023
commit abcf9d6ffc936ac054981a415b980b8c69de164c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ integrationTest(

// FIXME: Remove this test when the deprecated enableSoftReset option is removed
integrationTest(
"With soft-reset disabled, transmissions do not get stuck after a missing Send Data callback",
"With soft-reset disabled, transmissions do not get stuck after a missing Send Data callback (LEGACY DRIVER OPTION)",
{
// debug: true,

Expand Down