Skip to content

Commit

Permalink
Re-enabled passopenfile_test after migrating to github actions
Browse files Browse the repository at this point in the history
In travis this test didn't pass

Ticket: ENT-10447
Changelog: none
  • Loading branch information
craigcomstock committed Aug 24, 2023
1 parent aef8f12 commit a0f976e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/passopenfile_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1286,10 +1286,6 @@ static void test_send_connect_silent(void)

static void test_connect_outlive(void)
{
#ifdef __APPLE__
// FIXME: This test has spurios errors on OS X in travis
return;
#endif
clear_previous_test();
pid_t new_pid = fork();
if (new_pid == 0)
Expand Down Expand Up @@ -1324,10 +1320,6 @@ static void test_connect_outlive(void)

static void test_listen_outlive(void)
{
#ifdef __APPLE__
// FIXME: This test has spurios errors on OS X in travis
return;
#endif
clear_previous_test();
pid_t new_pid = fork();
if (new_pid == 0)
Expand Down

0 comments on commit a0f976e

Please sign in to comment.