DBZ-4787 Skipping one test when SSL authentication is enabled

This commit is contained in:
Gunnar Morling 2022-03-09 12:12:25 +01:00
parent 8896feb635
commit 76b365e1cb

View File

@ -168,6 +168,14 @@ public void shouldReadMultipleBinlogFiles() throws Exception {
@Test
public void shouldCaptureSingleWriteUpdateDeleteEvents() throws Exception {
String sslMode = System.getProperty("database.ssl.mode", "disabled");
// not running this test with SSL, there's enough coverage of that elsewhere and setting up
// the plain client with the right config seems not worth the effort
if (!sslMode.equals("disabled")) {
return;
}
startClient();
// Testing.Print.enable();
// write/insert