Skip to content
Snippets Groups Projects
  • Alexander V. Tikhonov's avatar
    8bcb6409
    test: enable flaky tests on FreeBSD 12 · 8bcb6409
    Alexander V. Tikhonov authored
    Testing on FreeBSD 12 had some tests previously blocked to avoid of
    flaky fails. For now we have the ability to avoid of it in test-run
    using checksums for fails with opened issues. So adding back 7 tests
    to testing on FreeBSD 12.
    
    Closes #4271
    8bcb6409
    History
    test: enable flaky tests on FreeBSD 12
    Alexander V. Tikhonov authored
    Testing on FreeBSD 12 had some tests previously blocked to avoid of
    flaky fails. For now we have the ability to avoid of it in test-run
    using checksums for fails with opened issues. So adding back 7 tests
    to testing on FreeBSD 12.
    
    Closes #4271
cfg.skipcond 134 B
import platform

# Disabled on OpenBSD due to fail #XXXX:
if platform.system() == 'OpenBSD':
    self.skip = 1

# vim: set ft=python: