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.
2 parents 0f70438 + 1688432 commit e56a1a7Copy full SHA for e56a1a7
ui/src/test/java/edu/wpi/grip/ui/MainWindowTest.java
@@ -6,6 +6,7 @@
6
import edu.wpi.grip.core.events.OperationAddedEvent;
7
import javafx.stage.Stage;
8
import org.junit.After;
9
+import org.junit.Ignore;
10
import org.junit.Test;
11
import org.testfx.framework.junit.ApplicationTest;
12
import org.testfx.matcher.base.NodeMatchers;
@@ -35,6 +36,7 @@ public void tearDown() {
35
36
}
37
38
@Test
39
+ @Ignore
40
@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
41
public void testShouldCreateNewOperationInPipelineView() {
42
// Given:
0 commit comments