Skip to content

Commit

Permalink
fix(kuma-dp): fix flaky tests on application probe proxy due to readi…
Browse files Browse the repository at this point in the history
…ness of mock apps (#11144)

---------

Signed-off-by: Jay Chen <1180092+jijiechen@users.noreply.github.com>
  • Loading branch information
jijiechen authored Aug 20, 2024
1 parent a18b5c4 commit f812050
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 90 deletions.
2 changes: 1 addition & 1 deletion app/kuma-dp/pkg/dataplane/probes/probe_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func TestVirtualProbes(t *testing.T) {
test.RunSpecs(t, "Virtual Probes Suite")
test.RunSpecs(t, "Application probe proxy suite")
}
Loading

0 comments on commit f812050

Please sign in to comment.