Skip to content

Commit

Permalink
testsuite: Put test339 in Exclude bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 29, 2024
1 parent 63f4596 commit c0caeac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/testsuite/FPDisconnectOldSession.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ struct afp_filedir_parms filedir;

ENTER_TEST

// Failing with 4.0.x as well as 3.1.12. May have to do with broken FPopenLoginExt().
if (Exclude) {
test_skipped(T_EXCLUDE);
goto test_exit;
}
if (Conn->afp_version < 30) {
test_skipped(T_AFP3);
goto test_exit;
Expand Down

0 comments on commit c0caeac

Please sign in to comment.