Skip to content

Commit

Permalink
Enable QuarkusCliVersionIT on windows snapshots as #1464 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 committed Dec 11, 2024
1 parent c714c1e commit cce9bf6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import io.quarkus.test.scenarios.annotations.DisabledOnNative;
import io.quarkus.test.scenarios.annotations.DisabledOnQuarkusVersion;

@DisabledIf(value = "isQuarkusSnapshotRunOnWindows", disabledReason = "https://github.com/quarkus-qe/quarkus-test-suite/issues/1464")
@Tag("QUARKUS-960")
@Tag("quarkus-cli")
@QuarkusScenario
Expand All @@ -35,8 +34,4 @@ public void shouldVersionMatchQuarkusVersion() {
// Using shortcut
assertEquals(Version.getVersion(), cliClient.run("-v").getOutput());
}

static boolean isQuarkusSnapshotRunOnWindows() {
return isQuarkusSnapshotVersion() && OS.current() == OS.WINDOWS;
}
}

0 comments on commit cce9bf6

Please sign in to comment.