Skip to content

Commit

Permalink
Removed COPY check from TAP test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahim-kanji committed Nov 6, 2024
1 parent 616a8e0 commit 72acc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/pgsql-unsupported_feature_test-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72acc1b

Please sign in to comment.