backport of commit c294cabe13 (#37308)

Co-authored-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
pull/37309/head
github-actions[bot] 10 months ago committed by GitHub
parent 71a300c8f7
commit 032d4ce0f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,6 +25,15 @@ import (
)
func TestUnmanagedQuery(t *testing.T) {
if !canRunGoBuild {
// We're running in a separate-build-then-run context, so we can't
// currently execute this test which depends on being able to build
// new executable at runtime.
//
// (See the comment on canRunGoBuild's declaration for more information.)
t.Skip("can't run without building a new provider executable")
}
t.Parallel()
tests := []struct {

Loading…
Cancel
Save