Skip to content

Commit f2f1267

Browse files
committed
Skip test_xlang_jdbc_write
1 parent 3759d44 commit f2f1267

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def tearDown(self):
9393
except: # pylint: disable=bare-except
9494
logging.error('Could not stop the postgreSQL container.')
9595

96+
@unittest.skip("BEAM-13611")
9697
def test_xlang_jdbc_write(self):
9798
table_name = 'jdbc_external_test_write'
9899
self.engine.execute(

0 commit comments

Comments
 (0)