diff --git a/rdbms/StmtTest.cpp b/rdbms/StmtTest.cpp index 498455362d12baa8dc356324cdcbaf6fd8cf0174..06a830133031d94977ef5253c92fdfa45fb43080 100644 --- a/rdbms/StmtTest.cpp +++ b/rdbms/StmtTest.cpp @@ -275,10 +275,6 @@ TEST_P(cta_rdbms_StmtTest, insert_with_bindUint64_2_pow_64_minus_1_not_mysql) { TEST_P(cta_rdbms_StmtTest, insert_with_bindString) { using namespace cta::rdbms; - if(m_login.dbType == Login::DBTYPE_MYSQL) { - return; - } - const std::string insertValue = "value"; // Insert a row into the test table