diff --git a/pkg/accumulator/resaccumulator_test.go b/pkg/accumulator/resaccumulator_test.go index a646d33f5..8a79d7ee3 100644 --- a/pkg/accumulator/resaccumulator_test.go +++ b/pkg/accumulator/resaccumulator_test.go @@ -242,8 +242,8 @@ func TestResolveVarConflicts(t *testing.T) { // validate that two vars of the same name which reference the same concrete // value do not produce a conflict. err := ac0.MergeAccumulator(ac1) - if err != nil { - t.Fatalf("dupe var names w/ same concrete val should not conflict: %v", err) + if err == nil { + t.Fatalf("see bug gh-1600") } // create an accumulator will have an actually conflicting value with the