We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508ff3 commit 6c85a05Copy full SHA for 6c85a05
internal/command/e2etest/primary_test.go
@@ -235,6 +235,10 @@ func TestPrimaryChdirOption(t *testing.T) {
235
236
// Requires TF_TEST_EXPERIMENT to be set in the environment
237
func TestPrimary_stateStore(t *testing.T) {
238
+ if v := os.Getenv("TF_TEST_EXPERIMENT"); v == "" {
239
+ t.Skip("can't run without enabling experiments in the executable terraform binary, enable with TF_TEST_EXPERIMENT=1")
240
+ }
241
+
242
if !canRunGoBuild {
243
// We're running in a separate-build-then-run context, so we can't
244
// currently execute this test which depends on being able to build
0 commit comments