mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #18916 from timothysc/etcd_TestWatchEtcdError
re-disable TestWatchEtcdError due to flake
This commit is contained in:
commit
f82e8f365e
@ -217,6 +217,7 @@ func TestWatchInterpretation_ResponseBadData(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/* re-Disabling due to flakes seen upstream #18914
|
||||
func TestWatchEtcdError(t *testing.T) {
|
||||
codec := testapi.Default.Codec()
|
||||
server := etcdtesting.NewEtcdTestClientServer(t)
|
||||
@ -232,7 +233,7 @@ func TestWatchEtcdError(t *testing.T) {
|
||||
t.Fatalf("Unexpected non-error")
|
||||
}
|
||||
watching.Stop()
|
||||
}
|
||||
}*/
|
||||
|
||||
func TestWatch(t *testing.T) {
|
||||
codec := testapi.Default.Codec()
|
||||
|
Loading…
Reference in New Issue
Block a user