We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0db16 commit ee85de0Copy full SHA for ee85de0
core/src/test/java/com/bc/fiduceo/reader/avhrr_frac/AVHRR_FRAC_Reader_IO_Test.java
@@ -13,6 +13,7 @@
13
import com.bc.fiduceo.reader.time.TimeLocator;
14
import com.bc.fiduceo.util.TempFileUtils;
15
import org.junit.Before;
16
+import org.junit.Ignore;
17
import org.junit.Test;
18
import org.junit.runner.RunWith;
19
import ucar.ma2.Array;
@@ -186,9 +187,12 @@ public void testReadAcquisitionInfo_MA_GZ() throws IOException {
186
187
}
188
189
@Test
190
+ @Ignore
191
public void testReadAcquisitionInfo_MC() throws IOException {
192
final File file = getAvhrrFRAC_MC_File();
193
194
+ // @todo 1 tb/tb continue here
195
+
196
try {
197
reader.open(file);
198
0 commit comments