Skip to content

Commit

Permalink
Merge pull request #1013 from mjurc/disable-blocking-ci-test
Browse files Browse the repository at this point in the history
Disable blocking CLI special character test
  • Loading branch information
mjurc authored Jan 23, 2023
2 parents 420a92e + 4c20ea7 commit b8a56a0
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 b8a56a0

Please sign in to comment.