Skip to content

Commit d7f49a4

Browse files
javier-godoypaodb
authored andcommitted
chore: ignore ThrowInConstructorView
1 parent bca348f commit d7f49a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/flowingcode/vaadin/addons/errorwindow/ThrowInConstructorView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
import com.vaadin.flow.component.html.Div;
2323
import com.vaadin.flow.router.Route;
24+
import org.junit.Ignore;
2425

26+
@Ignore
2527
@Route("error-window/throw")
2628
public class ThrowInConstructorView extends Div {
2729

0 commit comments

Comments
 (0)