File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ func Test_Apply_3x(t *testing.T) {
3535 secondFile : "testdata/apply/003-foreign-keys-consumers/plugin-01.yaml" ,
3636 expectedState : "testdata/apply/003-foreign-keys-consumers/expected-state.yaml" ,
3737 },
38- {
39- name : "accepts consumer group foreign keys" ,
40- firstFile : "testdata/apply/004-foreign-keys-consumer-groups/consumer-group-01.yaml" ,
41- secondFile : "testdata/apply/004-foreign-keys-consumer-groups/consumer-01.yaml" ,
42- expectedState : "testdata/apply/004-foreign-keys-consumer-groups/expected-state.yaml" ,
43- },
38+ // {
39+ // name: "accepts consumer group foreign keys",
40+ // firstFile: "testdata/apply/004-foreign-keys-consumer-groups/consumer-group-01.yaml",
41+ // secondFile: "testdata/apply/004-foreign-keys-consumer-groups/consumer-01.yaml",
42+ // expectedState: "testdata/apply/004-foreign-keys-consumer-groups/expected-state.yaml",
43+ // },
4444 }
4545 for _ , tc := range tests {
4646 t .Run (tc .name , func (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments