re-disable TestWatchEtcdError due to flake

This commit is contained in:
Timothy St. Clair 2015-12-18 17:37:30 -06:00
parent f15b2e32a7
commit c13e4c8c2f

View File

@ -217,6 +217,7 @@ func TestWatchInterpretation_ResponseBadData(t *testing.T) {
} }
} }
/* re-Disabling due to flakes seen upstream #18914
func TestWatchEtcdError(t *testing.T) { func TestWatchEtcdError(t *testing.T) {
codec := testapi.Default.Codec() codec := testapi.Default.Codec()
server := etcdtesting.NewEtcdTestClientServer(t) server := etcdtesting.NewEtcdTestClientServer(t)
@ -232,7 +233,7 @@ func TestWatchEtcdError(t *testing.T) {
t.Fatalf("Unexpected non-error") t.Fatalf("Unexpected non-error")
} }
watching.Stop() watching.Stop()
} }*/
func TestWatch(t *testing.T) { func TestWatch(t *testing.T) {
codec := testapi.Default.Codec() codec := testapi.Default.Codec()