File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ slow:Process.kill signals the process group if the PID is zero
11
11
slow:Process.kill signals the process group if the signal number is negative
12
12
slow:Process.kill signals the process group if the short signal name starts with a minus sign
13
13
slow:Process.kill signals the process group if the full signal name starts with a minus sign
14
- fails(flakey ):Process.kill signals the process group if the short signal name starts with a minus sign
14
+ fails(flaky ):Process.kill signals the process group if the short signal name starts with a minus sign
15
15
fails:Process.kill signals the process group if the PID is zero
16
16
fails:Process.kill signals the process group if the signal number is negative
17
17
fails:Process.kill signals the process group if the full signal name starts with a minus sign
Original file line number Diff line number Diff line change 1
- exclude :test_basic_response_response_operations , "flakey timeout"
1
+ exclude :test_basic_response_response_operations , "flaky timeout"
2
2
exclude :test_basic_response_der , "needs investigation"
3
3
exclude :test_basic_response_dup , "needs investigation"
4
4
exclude :test_basic_response_sign_verify , "needs investigation"
Original file line number Diff line number Diff line change 4
4
exclude :test_skip_rescue , "needs investigation"
5
5
exclude :test_custom_exception , "needs investigation"
6
6
exclude :test_queue , "needs investigation"
7
- exclude :test_timeout , "flakey : timeout can be missed and test then spins in a loop"
7
+ exclude :test_timeout , "flaky : timeout can be missed and test then spins in a loop"
You can’t perform that action at this time.
0 commit comments