diff --git a/sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py b/sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py index 23227429911e..19e219eea73f 100644 --- a/sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py +++ b/sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py @@ -93,6 +93,7 @@ def tearDown(self): except: # pylint: disable=bare-except logging.error('Could not stop the postgreSQL container.') + @unittest.skip("BEAM-13611") def test_xlang_jdbc_write(self): table_name = 'jdbc_external_test_write' self.engine.execute(