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 ba976ea commit ca9fdefCopy full SHA for ca9fdef
examples/examples_go_test.go
@@ -164,13 +164,6 @@ func TestTagsCombinationsGo(t *testing.T) {
164
}
165
166
167
-// TestTagsCombinationsGoSingle runs just one test case to verify basic functionality
168
-func TestTagsCombinationsGoSingle(t *testing.T) {
169
- s1 := tagsState{ResourceTags: map[string]string{"x": "s"}}
170
- s2 := tagsState{ResourceTags: map[string]string{"x": "s"}}
171
- s1.validateTransitionTo(t, 0, s2)
172
-}
173
-
174
func TestRandomTagsCombinationsGo(t *testing.T) {
175
t.Skipf("Skipping for now until related issues are resolved")
176
tagValues := []string{"", "s"} // empty values are conflated with unknowns in TF internals, must test
0 commit comments