Skip to content

Commit a9de929

Browse files
committed
Start marking the integration tests that are most likely to fail, in a false negative manner, in the GitHub runners due to race conditions.
1 parent f986805 commit a9de929

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

t/lib/ProFTPD/Tests/Modules/mod_proxy.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ my $TESTS = {
430430

431431
proxy_reverse_config_directorylistpolicy_list_windows => {
432432
order => ++$order,
433-
test_class => [qw(forking reverse)],
433+
test_class => [qw(flaky forking reverse)],
434434
},
435435

436436
proxy_reverse_config_directorylistpolicy_list_backend_error => {

t/lib/ProFTPD/Tests/Modules/mod_proxy/redis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ my $TESTS = {
4444

4545
proxy_reverse_config_redis_connect_policy_leastresponsetime => {
4646
order => ++$order,
47-
test_class => [qw(forking mod_redis reverse)],
47+
test_class => [qw(flaky forking mod_redis reverse)],
4848
},
4949

5050
proxy_reverse_config_redis_connect_policy_per_host => {

t/lib/ProFTPD/Tests/Modules/mod_proxy/tls.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ my $TESTS = {
344344

345345
proxy_forward_frontend_backend_tls_stor_pasv_tls_xfer_policy_clear => {
346346
order => ++$order,
347-
test_class => [qw(forking mod_tls forward)],
347+
test_class => [qw(flaky forking mod_tls forward)],
348348
},
349349

350350
proxy_forward_frontend_backend_tls_stor_port_tls_xfer_policy_clear => {

0 commit comments

Comments
 (0)