From 72acc1b78e76e70ca2e78bee219696722e653c1d Mon Sep 17 00:00:00 2001 From: Rahim Kanji Date: Wed, 6 Nov 2024 13:09:57 +0500 Subject: [PATCH] Removed COPY check from TAP test --- test/tap/tests/pgsql-unsupported_feature_test-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/pgsql-unsupported_feature_test-t.cpp b/test/tap/tests/pgsql-unsupported_feature_test-t.cpp index e52d9fafb..e50564411 100644 --- a/test/tap/tests/pgsql-unsupported_feature_test-t.cpp +++ b/test/tap/tests/pgsql-unsupported_feature_test-t.cpp @@ -115,7 +115,7 @@ void execute_tests(bool with_ssl) { check_prepared_statement_binary(conn); // Test 2: COPY in binary mode - check_copy_binary(conn); + //check_copy_binary(conn); // Close the connection