Skip to content

Commit 032d4ce

Browse files
backport of commit c294cab (#37308)
Co-authored-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
1 parent 71a300c commit 032d4ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

internal/command/e2etest/terraform_query_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ import (
2525
)
2626

2727
func TestUnmanagedQuery(t *testing.T) {
28+
if !canRunGoBuild {
29+
// We're running in a separate-build-then-run context, so we can't
30+
// currently execute this test which depends on being able to build
31+
// new executable at runtime.
32+
//
33+
// (See the comment on canRunGoBuild's declaration for more information.)
34+
t.Skip("can't run without building a new provider executable")
35+
}
36+
2837
t.Parallel()
2938

3039
tests := []struct {

0 commit comments

Comments
 (0)