diff --git a/SOURCES/0001-Mark-_test_external_close-as-expected-failure.patch b/SOURCES/0001-Mark-_test_external_close-as-expected-failure.patch index 2037949..6acc3ff 100644 --- a/SOURCES/0001-Mark-_test_external_close-as-expected-failure.patch +++ b/SOURCES/0001-Mark-_test_external_close-as-expected-failure.patch @@ -19,7 +19,7 @@ index d9dea0c5..21ade863 100755 wait_func = psycopg2.extras.wait_select self._test_external_close(control_conn, connect_func, wait_func) -+ @unittest.expectedFailure('unstable') ++ @unittest.expectedFailure def _test_external_close(self, control_conn, connect_func, wait_func): # The short sleep before using victim_conn the second time makes it # much more likely to lose the race and see the bug. Repeating the