aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/testsuite.at2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 22de782..f83ac65 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -52,8 +52,6 @@ AT_CLEANUP
AT_SETUP([convolve_test])
AT_KEYWORDS([convolve_test])
-# Different results for i686, x86_64 and ARM. see OS#2826, OS#2828, and https://lists.osmocom.org/pipermail/openbsc/2018-January/011655.html
-AT_SKIP_IF(true)
cat $abs_srcdir/Transceiver52M/convolve_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/Transceiver52M/convolve_test], [], [expout], [])
AT_CLEANUP