Skip to content

Commit

Permalink
Revert "Run QuarkusPropertiesDistTest on Win"
Browse files Browse the repository at this point in the history
This reverts commit c3bb3a1.
  • Loading branch information
vmuzikar committed Dec 2, 2024
1 parent 1878ff1 commit 945b332
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
import org.junit.jupiter.api.condition.DisabledOnOs;
Expand All @@ -46,7 +45,6 @@
@DistributionTest(reInstall = DistributionTest.ReInstall.NEVER)
@RawDistOnly(reason = "Containers are immutable")
@TestMethodOrder(OrderAnnotation.class)
@Tag(DistributionTest.WIN)
public class QuarkusPropertiesDistTest {

private static final String QUARKUS_BUILDTIME_HIBERNATE_METRICS_KEY = "quarkus.datasource.metrics.enabled";
Expand Down

0 comments on commit 945b332

Please sign in to comment.