Skip to content

Commit ca9fdef

Browse files
Remove extraneous test (#5701)
This pull request removes a single test that was added for verification and should have remained local. It's part of the Tags test suite already.
1 parent ba976ea commit ca9fdef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/examples_go_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,6 @@ func TestTagsCombinationsGo(t *testing.T) {
164164
}
165165
}
166166

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-
174167
func TestRandomTagsCombinationsGo(t *testing.T) {
175168
t.Skipf("Skipping for now until related issues are resolved")
176169
tagValues := []string{"", "s"} // empty values are conflated with unknowns in TF internals, must test

0 commit comments

Comments
 (0)