mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-08 15:01:37 -04:00
One of the tests in this package doesn't work when the tests are run as root - like inside of a Docker container. The test is still useful to specify `pathorcontents` behavior when a file is not readable, so it's better to skip than just delete it. See linked issue for further disussion. Closes #7707