Skip to content

Commit

Permalink
fix(kuma-cp): sort external-services when building vips
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
lukidzi committed Jul 24, 2023
1 parent 87da57f commit 59dc462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dns/vips_allocator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ var _ = DescribeTable("outboundView",
},
},
}),
Entry("should not fail when two external services with same address are defined without disableHostDNSEntry", outboundViewTestCase{
FEntry("should not fail when two external services with same address are defined without disableHostDNSEntry", outboundViewTestCase{
givenResources: map[model.ResourceKey]model.Resource{
model.WithMesh("mesh", "es-1"): &mesh.ExternalServiceResource{
Spec: &mesh_proto.ExternalService{
Expand Down

0 comments on commit 59dc462

Please sign in to comment.