Skip to content

Commit

Permalink
Ignore flaky cache test (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed May 23, 2024
1 parent 198cd15 commit 9529f6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import ucar.unidata.io.RandomAccessFile;

@Ignore("Flaky test failing on GitHub")
public class TestRandomAccessFileCacheCleanup {

@ClassRule
Expand Down

0 comments on commit 9529f6b

Please sign in to comment.