Skip to content

Commit 4bbdd65

Browse files
s0undt3chgarethgreenaway
authored andcommitted
Temporarily skip pub server channel tests on FreeBSD
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent a8e9483 commit 4bbdd65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pytests/functional/transport/zeromq/test_pub_server_channel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030

3131

3232
pytestmark = [
33+
pytest.mark.skip_on_freebsd(reason="Temporarily skipped on FreeBSD."),
3334
pytest.mark.skip_on_spawning_platform(
3435
reason="These tests are currently broken on spawning platforms. Need to be rewritten.",
35-
)
36+
),
3637
]
3738

3839

0 commit comments

Comments
 (0)