Skip to content
Snippets Groups Projects
Commit ed0f36a5 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Kirill Yukhin
Browse files

test: FreeBSD is ready for tests with data segment

After the issue #4537 fixed for the data segment size limit,
the temporary blocked tests because of it unblocked.

Part of #4271

(cherry picked from commit e6866550)
parent 9f1e0009
No related branches found
No related tags found
No related merge requests found
import platform
# Disabled on FreeBSD due to fail #4271:
# Data segment size exceeds process limit
if platform.system() == 'FreeBSD':
self.skip = 1
# vim: set ft=python:
import platform
# Disabled on FreeBSD due to fail #4271:
# Data segment size exceeds process limit
if platform.system() == 'FreeBSD':
self.skip = 1
# vim: set ft=python:
import platform
# Disabled on FreeBSD due to fail #4271:
# Data segment size exceeds process limit
if platform.system() == 'FreeBSD':
self.skip = 1
# vim: set ft=python:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment