Skip to content

Commit

Permalink
Skip somewhat flaky UDP system test on Windows (#22810) (#22819)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c67e9f)
  • Loading branch information
kvch committed Dec 1, 2020
1 parent 29ff680 commit f031ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filebeat/tests/system/test_udp.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from filebeat import BaseTest
import os
import socket
import unittest


class Test(BaseTest):

@unittest.skipIf(os.name == 'nt', 'flaky test https://github.com/elastic/beats/issues/22809')
def test_udp(self):

host = "127.0.0.1"
Expand Down

0 comments on commit f031ddb

Please sign in to comment.