From 564452b8c01cb5068afe141be09113e39b0a3101 Mon Sep 17 00:00:00 2001 From: edwardhartnett Date: Thu, 5 Sep 2019 04:51:49 -0600 Subject: [PATCH] more test development --- tests/cunit/test_async_1d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cunit/test_async_1d.c b/tests/cunit/test_async_1d.c index 3683e7d3a40..cf917370015 100644 --- a/tests/cunit/test_async_1d.c +++ b/tests/cunit/test_async_1d.c @@ -129,8 +129,8 @@ int main(int argc, char **argv) /* Read the data. */ if ((ret = PIOc_setframe(ncid, 0, 0))) ERR(ret); - if ((ret = PIOc_read_darray(ncid, 0, ioid, MAPLEN, &data_in))) - ERR(ret); + /* if ((ret = PIOc_read_darray(ncid, 0, ioid, MAPLEN, &data_in))) */ + /* ERR(ret); */ /* Close the file. */ if ((ret = PIOc_closefile(ncid)))