From f2f1267a24fc44bfd049cbdc16dd8fed8a06f767 Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Tue, 18 Jan 2022 15:58:09 -0800 Subject: [PATCH] Skip test_xlang_jdbc_write --- sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py | 1 + 1 file changed, 1 insertion(+) 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(