Skip to content

Commit 1d5db16

Browse files
authored
address flaky nacos test (#612)
Signed-off-by: spacewander <[email protected]>
1 parent e2cbf68 commit 1d5db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/tests/integration/registries/nacos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var _ = Describe("Nacos", func() {
176176
return len(entries[0].Spec.Endpoints) == 2
177177
}, timeout, interval).Should(BeTrue())
178178

179-
deregisterInstance("8848", "test", "1.2.3.4", "8080")
179+
deregisterInstance("8848", "test", "1.2.3.5", "8080")
180180

181181
Eventually(func() bool {
182182
entries = listServiceEntries()

0 commit comments

Comments
 (0)