aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci_build.py')
-rwxr-xr-xsrc/scripts/ci_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py
index 0cea55a32..1d360ef0a 100755
--- a/src/scripts/ci_build.py
+++ b/src/scripts/ci_build.py
@@ -112,7 +112,6 @@ def determine_flags(target, target_os, target_cpu, target_cc, cc_bin,
if target == 'coverage':
flags += ['--with-coverage-info', '--with-debug-info', '--test-mode']
- test_cmd += ['--skip-tests=tls_stream_integration']
if target == 'valgrind':
# valgrind in 16.04 has a bug with rdrand handling