File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
t/lib/ProFTPD/Tests/Modules Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ my $TESTS = {
430
430
431
431
proxy_reverse_config_directorylistpolicy_list_windows => {
432
432
order => ++$order,
433
- test_class => [qw(forking reverse)],
433
+ test_class => [qw(flaky forking reverse)],
434
434
},
435
435
436
436
proxy_reverse_config_directorylistpolicy_list_backend_error => {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ my $TESTS = {
44
44
45
45
proxy_reverse_config_redis_connect_policy_leastresponsetime => {
46
46
order => ++$order ,
47
- test_class => [qw( forking mod_redis reverse) ],
47
+ test_class => [qw( flaky forking mod_redis reverse) ],
48
48
},
49
49
50
50
proxy_reverse_config_redis_connect_policy_per_host => {
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ my $TESTS = {
344
344
345
345
proxy_forward_frontend_backend_tls_stor_pasv_tls_xfer_policy_clear => {
346
346
order => ++$order ,
347
- test_class => [qw( forking mod_tls forward) ],
347
+ test_class => [qw( flaky forking mod_tls forward) ],
348
348
},
349
349
350
350
proxy_forward_frontend_backend_tls_stor_port_tls_xfer_policy_clear => {
You can’t perform that action at this time.
0 commit comments