mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 22:57:31 +08:00
Feat: upgrade istio from 1.19.5 to 1.27.1 (#3066)
This commit is contained in:
@@ -1192,7 +1192,7 @@ func TestIngressControllerProcessing(t *testing.T) {
|
||||
stopChan := make(chan struct{})
|
||||
t.Cleanup(func() {
|
||||
time.Sleep(3 * time.Second)
|
||||
stopChan <- struct{}{}
|
||||
close(stopChan)
|
||||
})
|
||||
|
||||
go ingressController.ingressInformer.Start(stopChan)
|
||||
|
||||
Reference in New Issue
Block a user