Skip to content

Commit

Permalink
test: remove unfinshed test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed May 16, 2024
1 parent fee8809 commit c797454
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import net.imglib2.type.numeric.integer.UnsignedLongType;
import net.imglib2.util.Intervals;
import net.imglib2.util.LinAlgHelpers;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import paintera.net.imglib2.view.BundleView;
import net.imglib2.view.IntervalView;
Expand All @@ -37,7 +39,7 @@

public class PainteraBaseViewTest extends FxRobot {

// @BeforeClass
// @BeforeClass
public static void setup() throws Exception {

System.setProperty("headless.geometry", "1600x1200-32");
Expand All @@ -47,7 +49,7 @@ public static void setup() throws Exception {
ApplicationTest.launch(Paintera.class, "--log-level=ERROR");
}

// @AfterClass
// @AfterClass
public static void cleanup() throws InterruptedException, TimeoutException {
InvokeOnJavaFXApplicationThread.invokeAndWait(() -> {
Paintera.getPaintera().getBaseView().stop();
Expand Down Expand Up @@ -133,7 +135,7 @@ private static void fillCylinderChunk(double[] center2D, Double scale, LoopBuild
});
}

@Test
// @Test
public void testAddMultiScaleConnectomicsLabelSource() {
final Random random = new Random();

Expand Down

0 comments on commit c797454

Please sign in to comment.