File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
devtools/gradle/gradle-application-plugin/src/test/java/io/quarkus/gradle/tasks Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3030import org .gradle .testkit .runner .GradleRunner ;
3131import org .gradle .testkit .runner .TaskOutcome ;
3232import org .junit .jupiter .api .Test ;
33+ import org .junit .jupiter .api .condition .DisabledOnOs ;
34+ import org .junit .jupiter .api .condition .OS ;
3335import org .junit .jupiter .api .extension .ExtendWith ;
3436import org .junit .jupiter .api .io .TempDir ;
3537import org .junit .jupiter .params .ParameterizedTest ;
@@ -99,6 +101,7 @@ void envChangeInvalidatesBuild() throws Exception {
99101 }
100102
101103 @ Test
104+ @ DisabledOnOs (OS .WINDOWS )
102105 void dotEnvChangeInvalidatesBuild () throws Exception {
103106 var dotEnvFile = Paths .get (System .getProperty ("user.dir" ), ".env" );
104107 // If the local environment has a ~/.env file, then skip this test - do not mess up a user's environment.
You can’t perform that action at this time.
0 commit comments