test: remove test_wrong_version plugin sdk feature
Summary
- test: remove test_wrong_version plugin sdk feature
In order to test our compatibility check we mock version reported by
plugin sdk. Mocking strategy is to use dedicated feature. The problem
is that when compiled with cargo build --all
cargo unifies features.
So when tests are run on workspace compiled with --all
we got one
version of plugin sdk compiled with mocked version which fails the test.
Instead of feature refer to previous version of sdk released on crates.io.
- Cherry-pick to: none
- Docs follow-up: not necessary
Edited by Dmitry Rodionov