summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/TestH5.java')
-rw-r--r--java/test/TestH5.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/test/TestH5.java b/java/test/TestH5.java
index fd1a926..762f83d 100644
--- a/java/test/TestH5.java
+++ b/java/test/TestH5.java
@@ -423,7 +423,7 @@ public class TestH5 {
}
}
- @Test
+ @Ignore
public void testH5export_dataset()
{
int[][] dset_data = new int[DIM_X][DIM_Y];
@@ -489,7 +489,7 @@ public class TestH5 {
_deleteH5file();
}
- @Test
+ @Ignore
public void testH5export_region()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,
@@ -532,7 +532,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
- @Test
+ @Ignore
public void testH5export_attribute()
{
int[] dset_data_expect = {0, 3, 6, 9, 1, 4, 7, 10, 2, 5, 8, 11};
@@ -573,7 +573,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
- @Test
+ @Ignore
public void testH5export_regdataset()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,
@@ -616,7 +616,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
- @Test
+ @Ignore
public void testH5export_attrdataset()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,