Skip to content

Commit

Permalink
Warning CI Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mfpc committed Jan 19, 2023
1 parent 65e9061 commit e7a7b1a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@

import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;

import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
@DisplayName("Tests flyway extension")
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "Our Windows CI does not have Docker installed properly")
public class FlywayFunctionalityTest {

@Test
Expand Down

0 comments on commit e7a7b1a

Please sign in to comment.