JAL-1756 fix failed test as a result of runing the BioJS updater from a new thread
[jalview.git] / test / jalview / io / HtmlFileTest.java
1 package jalview.io;
2
3 import static org.junit.Assert.fail;
4
5 import org.junit.Ignore;
6 import org.junit.Test;
7
8 public class HtmlFileTest
9 {
10
11   @Test
12   @Ignore
13   public void test()
14   {
15     fail("Not yet implemented");
16   }
17
18 }