Skip to content

Commit

Permalink
chore: disable LoginControllerIT test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaohoanq committed Sep 17, 2024
1 parent 4a3a897 commit 1119843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/integration/LoginControllerIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
import javafx.scene.control.TextField;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testfx.framework.junit5.ApplicationTest;

import static org.testfx.api.FxAssert.verifyThat;
import static org.testfx.matcher.control.LabeledMatchers.hasText;

@Disabled("Disabled until we have a way to run GUI tests")
public class LoginControllerIT extends ApplicationTest {

private LoginController loginController;
Expand Down

0 comments on commit 1119843

Please sign in to comment.