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
The current Python pytest script test_examples.py contains a test "test_passthrough" that will always report it is skipping some tests because tested modules do not support writeback.
This is confusing, annoying, and strange.
Recommend: Separate the "passthrough" tests which do not test writeback into their own test case, so that this does not occur.