Open
Description
We have a lot of end-to-end tests that depend on specific operations being supported by the providers. Many of the tests check if the operation is present for the current provider under test, and if it isn't, the test returns and ends successfully. I think we should add a log message before returning, something like Operation PsaSignHash is not supported by provider TpmProvider, skipping test.
(the test name isn't necessary since I think it is included in the log prefix). This way it's easier to see which tests were skipped if we need to investigate some logs.