[svn-r30251] Ignore dlopen test - created HDFFV-9962

This commit is contained in:
Allen Byrne 2016-08-02 10:45:38 -05:00
parent f72d425d9c
commit b4ceb6c771
2 changed files with 2 additions and 3 deletions

View File

@ -628,14 +628,13 @@ JUnit version 4.11
.testH5Ocomment_clear
.testH5Ocopy_cur_not_exists
.TestH5PLplugins
.TestH5PLdlopen
.testH5Zfilter_avail
.testH5Zunregister_predefined
.testH5Zget_filter_info
Time: XXXX
OK (633 tests)
OK (632 tests)
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
#000: (file name) line (number) in H5Fopen(): can't set access and transfer property lists

View File

@ -68,7 +68,7 @@ public class TestH5PL {
}
}
@Test
@Ignore
public void TestH5PLdlopen() {
long file_id = -1;
long filespace_id = -1;