Skip to content

Commit

Permalink
address flaky nacos test (#612)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Jun 28, 2024
1 parent e2cbf68 commit 1d5db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/tests/integration/registries/nacos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var _ = Describe("Nacos", func() {
return len(entries[0].Spec.Endpoints) == 2
}, timeout, interval).Should(BeTrue())

deregisterInstance("8848", "test", "1.2.3.4", "8080")
deregisterInstance("8848", "test", "1.2.3.5", "8080")

Eventually(func() bool {
entries = listServiceEntries()
Expand Down

0 comments on commit 1d5db16

Please sign in to comment.