Skip to content

Commit

Permalink
Temporarily skip pub server channel tests on FreeBSD
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch authored and garethgreenaway committed Aug 22, 2022
1 parent a8e9483 commit 4bbdd65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@


pytestmark = [
pytest.mark.skip_on_freebsd(reason="Temporarily skipped on FreeBSD."),
pytest.mark.skip_on_spawning_platform(
reason="These tests are currently broken on spawning platforms. Need to be rewritten.",
)
),
]


Expand Down

0 comments on commit 4bbdd65

Please sign in to comment.