Skip to content

Commit

Permalink
add comment on temporary change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Aug 26, 2024
1 parent c2ec956 commit a842dfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_error_handlings.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ void test_incorrect_password(void **unused) {
SF_STATUS status = snowflake_connect(sf);
assert_int_not_equal(status, SF_STATUS_SUCCESS); // must fail

/*
/* SNOW-1639914: Currently getting error of IP address not allowed
* instead of incorrect user/password, likely due to change on test
* account. Temporarily disable the checking until the issue solved
* on server side.
SF_ERROR_STRUCT *error = snowflake_error(sf);
if (error->error_code != (SF_STATUS)390100) {
dump_error(&(sf->error));
Expand Down

0 comments on commit a842dfd

Please sign in to comment.