Skip to content

Commit

Permalink
Disable known col-attribute-test failures
Browse files Browse the repository at this point in the history
Disable test failures in SQLColAttribute tests with known failures
and existing tickets.

Change-Id: I4b245b3e50dce4daf8c8ee13ca631e8e12e14b3f
  • Loading branch information
jduo committed Jun 6, 2022
1 parent ae0c87f commit 0c377ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/src/colattribute-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ TEST_P(SQLColAttributeTest, ColAttributeTestWithExtraConnOptions) {
nullptr,
nullptr);
CHECK_STMT_RESULT(return_code_, "SQLColAttribute failed", handle_stmt_);
GTEST_SKIP_("DX-52040: Type names currently don't match and DX-52041: Octet length doesn't match.");
EXPECT_EQ(actual_type_name, expected_type_names[i - 1]);

return_code_ = SQLColAttribute(handle_stmt_,
Expand Down

0 comments on commit 0c377ec

Please sign in to comment.