File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ public function testInvalidCwd()
66
66
$ cmd ->run ();
67
67
}
68
68
69
+ /**
70
+ * @group transient-on-windows
71
+ */
69
72
public function testThatProcessDoesNotThrowWarningDuringRun ()
70
73
{
71
- if ('\\' === \DIRECTORY_SEPARATOR ) {
72
- $ this ->markTestSkipped ('This test is transient on Windows ' );
73
- }
74
74
@trigger_error ('Test Error ' , \E_USER_NOTICE );
75
75
$ process = $ this ->getProcessForCode ('sleep(3) ' );
76
76
$ process ->run ();
@@ -130,12 +130,11 @@ public function testStopWithTimeoutIsActuallyWorking()
130
130
$ this ->assertLessThan (15 , microtime (true ) - $ start );
131
131
}
132
132
133
+ /**
134
+ * @group transient-on-windows
135
+ */
133
136
public function testWaitUntilSpecificOutput ()
134
137
{
135
- if ('\\' === \DIRECTORY_SEPARATOR ) {
136
- $ this ->markTestIncomplete ('This test is too transient on Windows, help wanted to improve it ' );
137
- }
138
-
139
138
$ p = $ this ->getProcess ([self ::$ phpBin , __DIR__ .'/KillableProcessWithOutput.php ' ]);
140
139
$ p ->start ();
141
140
@@ -1538,6 +1537,9 @@ public function testEnvCaseInsensitiveOnWindows()
1538
1537
}
1539
1538
}
1540
1539
1540
+ /**
1541
+ * @group transient-on-windows
1542
+ */
1541
1543
public function testNotTerminableInputPipe ()
1542
1544
{
1543
1545
$ process = $ this ->getProcess ('echo foo ' );
You can’t perform that action at this time.
0 commit comments