File tree Expand file tree Collapse file tree
impl/maven-executor/src/test/java/org/apache/maven/cling/executor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ void dump3(
8383 System .out .println (Files .readString (cwd .resolve (logfile )));
8484 }
8585
86+ @ Disabled ("tmp-fix" )
8687 @ Timeout (15 )
8788 @ Test
8889 void dump4 (
@@ -206,7 +207,7 @@ void defaultFsCaptureOutputWithForcedOffColor(@TempDir(cleanup = CleanupMode.ON_
206207 assertTrue (stdout .toString ().contains ("INFO" ), "No INFO found" );
207208 }
208209
209- @ Disabled
210+ @ Disabled ( "tmp-fix" )
210211 @ Timeout (15 )
211212 @ Test
212213 void defaultFs3xCaptureOutput (@ TempDir (cleanup = CleanupMode .ON_SUCCESS ) Path tempDir ) throws Exception {
@@ -225,7 +226,7 @@ void defaultFs3xCaptureOutput(@TempDir(cleanup = CleanupMode.ON_SUCCESS) Path te
225226 assertTrue (stdout .toString ().contains ("INFO" ), "No INFO found" );
226227 }
227228
228- @ Disabled
229+ @ Disabled ( "tmp-fix" )
229230 @ Timeout (15 )
230231 @ Test
231232 void defaultFs3xCaptureOutputWithForcedColor (@ TempDir (cleanup = CleanupMode .ON_SUCCESS ) Path tempDir )
@@ -245,7 +246,7 @@ void defaultFs3xCaptureOutputWithForcedColor(@TempDir(cleanup = CleanupMode.ON_S
245246 assertTrue (stdout .toString ().contains ("INFO" ), "No INFO found" );
246247 }
247248
248- @ Disabled
249+ @ Disabled ( "tmp-fix" )
249250 @ Timeout (15 )
250251 @ Test
251252 void defaultFs3xCaptureOutputWithForcedOffColor (@ TempDir (cleanup = CleanupMode .ON_SUCCESS ) Path tempDir )
You can’t perform that action at this time.
0 commit comments