diff --git a/test/tap/tests/reg_test_2793-compression-t.cpp b/test/tap/tests/reg_test_2793-compression-t.cpp index 6744f798f..9ea9c0076 100644 --- a/test/tap/tests/reg_test_2793-compression-t.cpp +++ b/test/tap/tests/reg_test_2793-compression-t.cpp @@ -26,7 +26,6 @@ int main(int argc, char** argv) { plan(1); - // Mixed compressed / uncompressed queries test #1493 const char* mysql_select_command = "mysql"; std::vector cargs = { "mysql", "-uroot", "-proot", "-h", "127.0.0.1", "-P6033", "-C", "-e", "select 1" };