Open
Description
Sometimes we might want to add tests that don't make API requests. Tests like this will not create a VCR test recording, which will cause failures that look like non-determinism (that is, recording "succeeds" but replaying after recording "fails" - because it can't find the (empty) cassette).
While we can skip these tests in VCR, it would be great to allow them so that we can provide greater assurance that they pass.
GoogleCloudPlatform/magic-modules#7973
GoogleCloudPlatform/magic-modules#8460
What kind of contribution is this issue about?
- general contributions