Skip to content

Commit

Permalink
Cherry-pick #22797 to 7.x: Skip Filebeat test_shutdown on windows 7 (#…
Browse files Browse the repository at this point in the history
…22798)

(cherry picked from commit c408b5e)
  • Loading branch information
Steffen Siering authored Nov 30, 2020
1 parent 7ed71bd commit ffd3c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filebeat/tests/system/test_shutdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import gzip
import os
import platform
import time
import unittest
from filebeat import BaseTest
Expand All @@ -11,6 +12,8 @@

class Test(BaseTest):

@unittest.skipIf(platform.platform().startswith("Windows-7"),
"Flaky test: https://github.com/elastic/beats/issues/22795")
def test_shutdown(self):
"""
Test starting and stopping Filebeat under load.
Expand Down

0 comments on commit ffd3c9b

Please sign in to comment.