Skip to content

Commit

Permalink
ci(aocc): sync failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jan 24, 2025
1 parent dfe85f3 commit 7071f83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions testpar/t_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1064,13 +1064,7 @@ test_delete(void *params)
is_accessible = H5Fis_accessible(filename, fapl_id);
}
H5E_END_TRY

if (FALSE == is_accessible) {
VRFY((FALSE == is_accessible), "H5Fis_accessible returned FALSE");
}
if (FAIL == is_accessible) {
VRFY((FAIL == is_accessible), "H5Fis_accessible failed");
}
VRFY((FAIL == is_accessible), "H5Fis_accessible failed as expected");

/* Release file-access plist */
ret = H5Pclose(fapl_id);
Expand Down

0 comments on commit 7071f83

Please sign in to comment.