File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -383,10 +383,6 @@ def process(name: str) -> None:
383383 if name in ("default" , "migration" , "migration-multi-version-upgrade" ):
384384 return
385385
386- # TODO: Flaky, reenable when database-issues#8447 is fixed
387- if name == "silent-connection-drop" :
388- return
389-
390386 c .kill ("postgres" )
391387 c .rm ("postgres" )
392388 c .kill ("materialized" )
Original file line number Diff line number Diff line change @@ -424,10 +424,6 @@ def process(name: str) -> None:
424424 if name in ("default" , "large-scale" ):
425425 return
426426
427- # TODO: Flaky, reenable when database-issues#8447 is fixed
428- if name == "silent-connection-drop" :
429- return
430-
431427 c .kill ("postgres" )
432428 c .rm ("postgres" )
433429 c .kill ("materialized" )
You can’t perform that action at this time.
0 commit comments