Skip to content

Commit

Permalink
Enable QuarkusCliVersionIT on windows snapshots as quarkus-qe#1464 is…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
jedla97 committed Dec 12, 2024
1 parent e9c5eb9 commit 5e835f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
@Tag("quarkus-cli")
@QuarkusScenario
@DisabledOnNative // Only for JVM verification
@Disabled
public class QuarkusCliConfigSetIT {

@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,16 @@ public void shouldCreateApplicationOnJvmWithSpecialChars() {
}

@Test
@Disabled
public void shouldCreateApplicationOnJvmWithDiacritics() {
assertCreateJavaApplicationAtFolder(FOLDER_WITH_DIACRITICS);
}

@Test
@Disabled
public void shouldCreateApplicationOnJvmWithJapanese() {
assertCreateJavaApplicationAtFolder(FOLDER_WITH_JAPANESE);
}

@Test
@Disabled
public void shouldCreateApplicationOnJvmWithInternationalization() {
assertCreateJavaApplicationAtFolder(FOLDER_WITH_INTERNATIONALIZATION);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* This test is only support to run inside QuarkusCliConfigSetIT.
*/
@QuarkusTest
@Disabled
public class SetPropertyTest {

@Inject
Expand Down

0 comments on commit 5e835f0

Please sign in to comment.