Skip to content

Commit

Permalink
SNOW-918603: temporary comment out flaky test case on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Xi authored Sep 22, 2023
2 parents 05d2b7b + 7eb26bc commit 2c978be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_unit_cred_renew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,10 @@ int main(void) {
cmocka_unit_test(test_token_renew_small_files),
cmocka_unit_test(test_token_renew_large_file),
cmocka_unit_test(test_token_renew_get_remote_meta),
#ifndef __aarch64__
cmocka_unit_test(test_transfer_exception_upload),
cmocka_unit_test(test_transfer_exception_download)
#endif
};
int ret = cmocka_run_group_tests(tests, gr_setup, NULL);
return ret;
Expand Down

0 comments on commit 2c978be

Please sign in to comment.