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 efb58b1 commit cf07b78Copy full SHA for cf07b78
ui/src/test/java/edu/wpi/grip/ui/pipeline/PipelineUITest.java
@@ -28,6 +28,7 @@
28
import org.hamcrest.BaseMatcher;
29
import org.hamcrest.Description;
30
import org.junit.After;
31
+import org.junit.Ignore;
32
import org.junit.Test;
33
import org.testfx.framework.junit.ApplicationTest;
34
import org.testfx.matcher.base.NodeMatchers;
@@ -114,6 +115,7 @@ public void testConnectingTwoOperations() {
114
115
}
116
117
@Test
118
+ @Ignore("Broken. Often tries to connect an image output socket to a number input socket.")
119
public void testMinimizeButton() {
120
Step desaturateStep = addOperation(1, desaturateOperation);
121
Step blurStep = addOperation(1, blurOperation);
0 commit comments