Skip to content

Commit

Permalink
Disable blocking CLI special character test
Browse files Browse the repository at this point in the history
* Disabling
  QuarkusCliSpecialCharsIT#shouldCreateApplicationOnJvmWithSpaces until
  a fix that would make it fail rather than block the session
  indefinitely is implemented as to not block CI runs.
  • Loading branch information
mjurc committed Jan 23, 2023
1 parent 420a92e commit 4c20ea7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import javax.inject.Inject;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
Expand Down Expand Up @@ -44,6 +45,7 @@ public class QuarkusCliSpecialCharsIT {
private QuarkusCliClient.Result result;

@Test
@Disabled("https://github.com/quarkus-qe/quarkus-test-suite/issues/1012")
public void shouldCreateApplicationOnJvmWithSpaces() {
assertCreateJavaApplicationAtFolder(FOLDER_WITH_SPACES);
}
Expand Down

0 comments on commit 4c20ea7

Please sign in to comment.