[tests] remove the assert on preferredChannelMask
value
#2026
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should help address CI test failures in #2025
We have this line here in the test_dbus_client code:
The value we expect is different from what we get as
134180864
or0x7ff7000
in the CI runs (which I guess was changed as part of OpenThread PR openthread/openthread#9391)This PR removes the assert check so to unblock #2025. We can re-add the check later (if we want) once the OT commit is updated on
ot-br-posix
and have the commit from openthread/openthread#9391.